|
Graphics.UI.Gtk.MenuComboToolbar.MenuBar | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
A subclass widget for MenuShell which holds MenuItem widgets
|
|
Synopsis |
|
|
|
|
Detail
|
|
The MenuBar is a subclass of MenuShell which contains one to many
MenuItem. The result is a standard menu bar which can hold many menu
items.
|
|
Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Container
| +----MenuShell
| +----MenuBar
|
|
Types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Determines how to pack a menu bar: left-to-right, right-to-left,
top-to-bottom or bottom-to-top.
| Constructors | PackDirectionLtr | | PackDirectionRtl | | PackDirectionTtb | | PackDirectionBtt | |
|
|
|
Constructors
|
|
|
Creates the new MenuBar
|
|
Methods
|
|
|
|
|
|
|
|
menuBarSetChildPackDirection | Source |
|
|
|
menuBarGetChildPackDirection | Source |
|
|
|
Attributes
|
|
|
The pack direction of the menubar. It determines how menuitems are
arranged in the menubar.
Default value: PackDirectionLtr
|
|
|
The pack direction of the menubar. It determines how the widgets
contained in child menuitems are arranged.
Default value: PackDirectionLtr
|
|
Produced by Haddock version 2.6.0 |