diff options
author | Carsten Haitzler <raster@src.gnome.org> | 1998-07-03 20:33:16 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@src.gnome.org> | 1998-07-03 20:33:16 +0000 |
commit | 4389781ea1ec28ddcfc7a2c7f543ce7405d34f31 (patch) | |
tree | 924b41dff9752c6dd7f91fdea0e5b4f51135c302 /gtk/gtktogglebutton.h | |
parent | 0da6bdc3304d7fcd0d37e04a117804b229990d1f (diff) | |
download | gtk+-themes.tar.gz |
Wheee now others can get to play :)themes
Wheee now others can get to play :)
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r-- | gtk/gtktogglebutton.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index e48d1cf5a2..f9627ef2e4 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -61,7 +61,12 @@ void gtk_toggle_button_set_state (GtkToggleButton *toggle_button, gint state); void gtk_toggle_button_toggled (GtkToggleButton *toggle_button); - +void gtk_toggle_button_set_theme (GtkToggleButton *toggle_button, + void (* init) (GtkWidget *toggle_button), + void (* border) (GtkWidget *toggle_button), + void (* draw) (GtkWidget *toggle_button, GdkRectangle *area), + void (* exit) (GtkWidget *toggle_button)); + #ifdef __cplusplus } #endif /* __cplusplus */ |