]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbutton.h
Provide a way to force showing icons in buttons
[~andy/gtk] / gtk / gtkbutton.h
index d14179ffb1d664c91a1b86e42a19155dfd5ad857..96f500036b88ddffb38bcc7c47ee9ab101095127 100644 (file)
@@ -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);