| |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||
data MenuBar | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
class MenuShellClass o => MenuBarClass o | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
castToMenuBar :: GObjectClass obj => obj -> MenuBar | |||||||||||||||||||||||||||||
toMenuBar :: MenuBarClass o => o -> MenuBar | |||||||||||||||||||||||||||||
data PackDirection | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Constructors | |||||||||||||||||||||||||||||
menuBarNew :: IO MenuBar | |||||||||||||||||||||||||||||
Creates the new MenuBar | |||||||||||||||||||||||||||||
Methods | |||||||||||||||||||||||||||||
menuBarSetPackDirection | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
menuBarGetPackDirection | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
menuBarSetChildPackDirection | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
menuBarGetChildPackDirection | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
Attributes | |||||||||||||||||||||||||||||
menuBarPackDirection :: MenuBarClass self => Attr self PackDirection | |||||||||||||||||||||||||||||
The pack direction of the menubar. It determines how menuitems are arranged in the menubar. Default value: PackDirectionLtr | |||||||||||||||||||||||||||||
menuBarChildPackDirection :: MenuBarClass self => Attr self PackDirection | |||||||||||||||||||||||||||||
The pack direction of the menubar. It determines how the widgets contained in child menuitems are arranged. Default value: PackDirectionLtr | |||||||||||||||||||||||||||||
Produced by Haddock version 0.8 |