Method
GtkToolItemget_relief_style
since: 2.4
Declaration [src]
GtkReliefStyle
gtk_tool_item_get_relief_style (
GtkToolItem* tool_item
)
Description [src]
Returns the relief style of tool_item
. See gtk_button_set_relief().
Custom subclasses of GtkToolItem
should call this function in the handler
of the GtkToolItem::toolbar_reconfigured
signal to find out the
relief style of buttons.
Available since: 2.4
Return value
Type: GtkReliefStyle
A GtkReliefStyle
indicating the relief style used
for tool_item
.