gtkToolbarNew(show = TRUE)
gtkToolbarInsert(object, item, pos)
gtkToolbarGetItemIndex(object, item)
gtkToolbarGetNItems(object)
gtkToolbarGetNthItem(object, n)
gtkToolbarGetDropIndex(object, x, y)
gtkToolbarSetDropHighlightItem(object, tool.item = NULL, index)
gtkToolbarSetShowArrow(object, show.arrow)
gtkToolbarSetOrientation(object, orientation)
gtkToolbarSetTooltips(object, enable)
gtkToolbarUnsetIconSize(object)
gtkToolbarGetShowArrow(object)
gtkToolbarGetOrientation(object)
gtkToolbarGetStyle(object)
gtkToolbarGetIconSize(object)
gtkToolbarGetTooltips(object)
gtkToolbarGetReliefStyle(object)
gtkToolbarAppendItem(object, text, tooltip.text, tooltip.private.text, icon, callback, user.data = NULL)
gtkToolbarPrependItem(object, text, tooltip.text, tooltip.private.text, icon, callback, user.data)
gtkToolbarInsertItem(object, text, tooltip.text, tooltip.private.text, icon, callback, user.data, position)
gtkToolbarAppendSpace(object)
gtkToolbarPrependSpace(object)
gtkToolbarInsertSpace(object, position)
gtkToolbarAppendElement(object, type, widget, text, tooltip.text, tooltip.private.text, icon, callback, user.data = NULL)
gtkToolbarPrependElement(object, type, widget, text, tooltip.text, tooltip.private.text, icon, callback, user.data = NULL)
gtkToolbarInsertElement(object, type, widget, text, tooltip.text, tooltip.private.text, icon, callback, user.data = NULL, position)
gtkToolbarAppendWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL)
gtkToolbarPrependWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL)
gtkToolbarInsertWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL, position)
gtkToolbarSetStyle(object, style)
gtkToolbarInsertStock(object, stock.id, tooltip.text, tooltip.private.text, callback, user.data, position)
gtkToolbarSetIconSize(object, icon.size)
gtkToolbarRemoveSpace(object, position)
gtkToolbarUnsetStyle(object)
gtkToolbar(show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkToolbar
GtkBuildable
, GtkToolShell
and GtkOrientable
.gtkToolbarNew
. A toolbar can contain instances of a subclass of GtkToolItem
. To add
a GtkToolItem
to the a toolbar, use gtkToolbarInsert
. To remove
an item from the toolbar use gtkContainerRemove
. To add a button
to the toolbar, add an instance of GtkToolButton
. Toolbar items can be visually grouped by adding instances of
GtkSeparatorToolItem
to the toolbar. If a GtkSeparatorToolItem
has
the "expand" property set to TRUE
and the "draw" property set to
FALSE
the effect is to force all following items to the end of the
toolbar. Creating a context menu for the toolbar can be done by connecting to
the "popup-context-menu"
signal.gtkToolbar
is the equivalent of gtkToolbarNew
.GtkToolbarChildType
GtkToolbarChildType
is deprecated and should not be used in newly-written code.
GtkToolbarChildType
is used to set the type of new elements that are added
to a GtkToolbar
. space
GtkToolbarSpaceStyle
.button
GtkButton
.togglebutton
GtkToggleButton
.radiobutton
GtkRadioButton
.widget
GtkWidget
.GtkToolbarSpaceStyle
empty
line
focus-home-or-end(toolbar, focus.home, user.data)
toolbar
GtkToolbar
which emitted the signalfocus.home
TRUE
if the first item should be focuseduser.data
TRUE
if the signal was handled, FALSE
if not orientation-changed(toolbar, orientation, user.data)
toolbar
orientation
GtkOrientation
of the toolbaruser.data
popup-context-menu(toolbar, x, y, button, user.data)
x
and y
. The mouse button
number is given by the button
parameter. If the menu was popped
up using the keybaord, button
is -1. toolbar
GtkToolbar
which emitted the signalx
y
button
user.data
TRUE
if the signal was handled, FALSE
if not style-changed(toolbar, style, user.data)
toolbar
GtkToolbar
which emitted the signalstyle
GtkToolbarStyle
of the toolbaruser.data
icon-size
[integer : Read / Write]icon-size-set
[logical : Read / Write]TRUE
if the icon-size property has been set.
Default value: FALSE Since 2.10 show-arrow
[logical : Read / Write]toolbar-style
[GtkToolbarStyle
: Read / Write]tooltips
[logical : Read / Write]button-relief
[GtkReliefStyle
: Read]internal-padding
[integer : Read]max-child-expand
[integer : Read]shadow-type
[GtkShadowType
: Read]space-size
[integer : Read]space-style
[GtkToolbarSpaceStyle
: Read]