gtkToolItemGetToolbarStyle {RGtk2}R Documentation

gtkToolItemGetToolbarStyle

Description

Returns the toolbar style used for tool.item. Custom subclasses of GtkToolItem should call this function in the handler of the GtkToolItem::toolbar_reconfigured signal to find out in what style the toolbar is displayed and change themselves accordingly

Usage

gtkToolItemGetToolbarStyle(object)

Arguments

object [GtkToolItem] a gtkToolItem

Details

Possibilities are:

Since 2.4

Value

[GtkToolbarStyle] A GtkToolbarStyle indicating the toolbar style used for tool.item.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]