gtk-0.12.2: Binding to the Gtk+ graphical user interface library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

Graphics.UI.Gtk.MenuComboToolbar.SeparatorToolItem

Contents

Description

A toolbar item that separates groups of other toolbar items

  • Module available since Gtk+ version 2.4

Synopsis

Detail

A SeparatorToolItem is a ToolItem that separates groups of other ToolItems. Depending on the theme, a SeparatorToolItem will often look like a vertical line on horizontally docked toolbars.

If the property "expand" is True and the property "draw" is False, a SeparatorToolItem will act as a "spring" that forces other items to the ends of the toolbar.

Use separatorToolItemNew to create a new SeparatorToolItem.

Class Hierarchy

 | GObject
 | +----Object
 | +----Widget
 | +----Container
 | +----Bin
 | +----ToolItem
 | +----SeparatorToolItem

Types

Constructors

Methods

separatorToolItemSetDraw :: SeparatorToolItemClass self => self -> Bool -> IO ()Source

Whether the separator tool item is drawn as a vertical line, or just blank. Setting this False along with Graphics.UI.Gtk.MenuComboToolbar.ToolItem.toolItemSetExpand is useful to create an item that forces following items to the end of the toolbar.

separatorToolItemGetDraw :: SeparatorToolItemClass self => self -> IO BoolSource

Returns whether the separator tool item is drawn as a line, or just blank. See separatorToolItemSetDraw.

Attributes

separatorToolItemDraw :: SeparatorToolItemClass self => Attr self BoolSource

Whether the separator is drawn, or just blank.

Default value: True