gtk3-0.13.2: Binding to the Gtk+ graphical user interface library.

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

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 toolItemSetExpand is useful to create an item that forces following items to the end of the toolbar.

separatorToolItemGetDraw :: SeparatorToolItemClass self => self -> IO Bool Source

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

Attributes

separatorToolItemDraw :: SeparatorToolItemClass self => Attr self Bool Source

Whether the separator is drawn, or just blank.

Default value: True