diff options
author | Florian Müllner <fmuellner@gnome.org> | 2015-10-23 18:39:01 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-03 07:44:17 -0500 |
commit | 9a29a2768b81395eb21db5bd8762c419b0e30a8f (patch) | |
tree | 1e45c83590b9127296dfc50f782ab4aaad4386a8 /gtk/gtkbuttonprivate.h | |
parent | ebdf5f581d4e93c577f4cdb2e47e30e393e61157 (diff) | |
download | gtk+-9a29a2768b81395eb21db5bd8762c419b0e30a8f.tar.gz |
Deprecate widget-specific :focus-on-click properties
The differences between the existing properties and the newly added
GtkWidget:focus-on-click property are minimal (different owner_type
in GParamSpec), so it is extremely unlikely that dropping the former
would break anything.
https://bugzilla.gnome.org/show_bug.cgi?id=757269
Diffstat (limited to 'gtk/gtkbuttonprivate.h')
-rw-r--r-- | gtk/gtkbuttonprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h index 423088fab1..2875660a96 100644 --- a/gtk/gtkbuttonprivate.h +++ b/gtk/gtkbuttonprivate.h @@ -53,7 +53,6 @@ struct _GtkButtonPrivate guint align_set : 1; guint button_down : 1; guint constructed : 1; - guint focus_on_click : 1; guint image_is_stock : 1; guint in_button : 1; guint use_action_appearance : 1; |