diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-07-15 00:53:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-07-15 00:53:46 -0400 |
commit | 41f6d189f9df5666db02c4100e6855f05ee2a894 (patch) | |
tree | 7deabf13bb8ff3bfa2b1fde96a21868a8824dc31 /gtk/gtkbutton.h | |
parent | 79c1095512eb63151d63700737f6ba9539653731 (diff) | |
download | gtk+-41f6d189f9df5666db02c4100e6855f05ee2a894.tar.gz |
Add GDK_AVAILABLE annotations to new API
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index e97ad5f01e..9166db0cf1 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -116,8 +116,10 @@ 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); +GDK_AVAILABLE_IN_3_6 void gtk_button_set_always_show_image (GtkButton *button, gboolean always_show); +GDK_AVAILABLE_IN_3_6 gboolean gtk_button_get_always_show_image (GtkButton *button); GdkWindow* gtk_button_get_event_window (GtkButton *button); |