diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 22:19:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 22:19:30 -0400 |
commit | f6af96723c82e6a0a956f8e0e7441edb8256c1c2 (patch) | |
tree | a6c594a6a543e138c1556160a99b70720dffb8d4 /gtk/gtkbutton.h | |
parent | 38445e63264711fd5aaee37c57a12689f8dc0f12 (diff) | |
download | gtk+-f6af96723c82e6a0a956f8e0e7441edb8256c1c2.tar.gz |
GtkButton: Deprecated setters and getters as well
gtk_button_set/get_alignment should be deprecated together
with the properties they are setters/getters for.
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 70ce41e0be..261772245d 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -139,11 +139,11 @@ void gtk_button_set_focus_on_click (GtkButton *button, gboolean focus_on_click); GDK_AVAILABLE_IN_ALL gboolean gtk_button_get_focus_on_click (GtkButton *button); -GDK_AVAILABLE_IN_ALL +GDK_DEPRECATED_IN_3_14 void gtk_button_set_alignment (GtkButton *button, gfloat xalign, gfloat yalign); -GDK_AVAILABLE_IN_ALL +GDK_DEPRECATED_IN_3_14 void gtk_button_get_alignment (GtkButton *button, gfloat *xalign, gfloat *yalign); |