diff options
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 */ |