diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-05-20 11:58:45 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2012-05-21 13:57:18 -0400 |
commit | 346b933a854512653310772e4d6985f56b62b4ac (patch) | |
tree | 9465faccfc12fc79440c7d3680dd6adf800cf4d9 /gtk/gtkbutton.h | |
parent | 7fad163ac9c4553aea60ed8c3da07316d69b9945 (diff) | |
download | gtk+-346b933a854512653310772e4d6985f56b62b4ac.tar.gz |
Provide a way to force showing icons in buttons
https://bugzilla.gnome.org/show_bug.cgi?id=676429
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 3 |
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); |