summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcheckbutton.h')
-rw-r--r--gtk/gtkcheckbutton.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h
index 4abb4d72e9..b0ff3c45c0 100644
--- a/gtk/gtkcheckbutton.h
+++ b/gtk/gtkcheckbutton.h
@@ -66,8 +66,9 @@ struct _GtkCheckButtonClass
GtkType gtk_check_button_get_type (void) G_GNUC_CONST;
-GtkWidget* gtk_check_button_new (void);
-GtkWidget* gtk_check_button_new_with_label (const gchar *label);
+GtkWidget* gtk_check_button_new (void);
+GtkWidget* gtk_check_button_new_with_label (const gchar *label);
+GtkWidget* gtk_check_button_new_with_mnemonic (const gchar *label);
#ifdef __cplusplus