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
+----GtkToolbarGtkBuildable, 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.GtkToolbarChildTypeGtkToolbarChildType 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. spaceGtkToolbarSpaceStyle.buttonGtkButton.togglebuttonGtkToggleButton.radiobuttonGtkRadioButton.widgetGtkWidget.GtkToolbarSpaceStyleemptylinefocus-home-or-end(toolbar, focus.home, user.data)toolbarGtkToolbar which emitted the signalfocus.homeTRUE if the first item should be focuseduser.dataTRUE if the signal was handled, FALSE if not orientation-changed(toolbar, orientation, user.data)toolbarorientationGtkOrientation of the toolbaruser.datapopup-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. toolbarGtkToolbar which emitted the signalxybuttonuser.dataTRUE if the signal was handled, FALSE if not style-changed(toolbar, style, user.data)toolbarGtkToolbar which emitted the signalstyleGtkToolbarStyle of the toolbaruser.dataicon-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]