diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-26 21:59:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-26 22:02:18 -0400 |
commit | 598777166fc6d86fedbe1fa0df6b2afed73378e3 (patch) | |
tree | 3e8fd8db80c632a74e8acce9eb4d9ce2a22139e1 /gtk/gtkbuttonprivate.h | |
parent | e6341a0b630635438982b9abe9c02d48041a1bc0 (diff) | |
download | gtk+-598777166fc6d86fedbe1fa0df6b2afed73378e3.tar.gz |
GtkButton: Use FLAT style class
This commit makes button always draw background and frame.
Buttons with relief none get a new style class, FLAT, which
allows themes to style these buttons as they like.
We also (finally) mark GTK_RELIEF_HALF as deprecated. It
has never done anything different from GTK_RELIEF_NORMAL.
https://bugzilla.gnome.org/show_bug.cgi?id=732256
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 069789a2d5..55e277c8fe 100644 --- a/gtk/gtkbuttonprivate.h +++ b/gtk/gtkbuttonprivate.h @@ -58,7 +58,6 @@ struct _GtkButtonPrivate guint focus_on_click : 1; guint image_is_stock : 1; guint in_button : 1; - guint relief : 2; guint use_action_appearance : 1; guint use_stock : 1; guint use_underline : 1; |