summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index d14179ffb1..96f500036b 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -116,6 +116,9 @@ GtkWidget* gtk_button_get_image (GtkButton *button);
void gtk_button_set_image_position (GtkButton *button,
GtkPositionType position);
GtkPositionType gtk_button_get_image_position (GtkButton *button);
+void gtk_button_set_always_show_image (GtkButton *button,
+ gboolean always_show);
+gboolean gtk_button_get_always_show_image (GtkButton *image_menu_item);
GdkWindow* gtk_button_get_event_window (GtkButton *button);