diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-11 09:44:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-18 00:29:16 +0200 |
commit | 4f9bcaf3c6c5a7d6226362d2baabac5ecb0fd8f3 (patch) | |
tree | 6232865bb295c71869b3effc7d6ce6d1f3079ebb /gtk/gtktoolitem.h | |
parent | d56962740d8cb85ac5ebc4ab703a47f650dddfe3 (diff) | |
download | gtk+-4f9bcaf3c6c5a7d6226362d2baabac5ecb0fd8f3.tar.gz |
toolbar: Remove button-relief style property
And in turn also public API to set the button relief on the toolbar as
well as the vfunc from GtkToolShell.
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r-- | gtk/gtktoolitem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h index 4f2436472e..9a24c8813e 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -133,8 +133,6 @@ GtkOrientation gtk_tool_item_get_orientation (GtkToolItem *tool_item); GDK_AVAILABLE_IN_ALL GtkToolbarStyle gtk_tool_item_get_toolbar_style (GtkToolItem *tool_item); GDK_AVAILABLE_IN_ALL -GtkReliefStyle gtk_tool_item_get_relief_style (GtkToolItem *tool_item); -GDK_AVAILABLE_IN_ALL gfloat gtk_tool_item_get_text_alignment (GtkToolItem *tool_item); GDK_AVAILABLE_IN_ALL GtkOrientation gtk_tool_item_get_text_orientation (GtkToolItem *tool_item); |