| ||||||||
  | ||||||||
  | ||||||||
| 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. MenuBar allows for a shadow type to be set for aesthetic purposes. The shadow types are defined in the menuBarSetShadowType function. | ||||||||
| Class Hierarchy | ||||||||
| GObject | +----Object | +----Widget | +----Container | +----MenuShell | +----MenuBar  | ||||||||
| Types | ||||||||
| data MenuBar | ||||||||
  | ||||||||
| class MenuShellClass o => MenuBarClass o | ||||||||
  | ||||||||
| castToMenuBar :: GObjectClass obj => obj -> MenuBar | ||||||||
| Constructors | ||||||||
| menuBarNew :: IO MenuBar | ||||||||
| Creates the new MenuBar | ||||||||
| Produced by Haddock version 0.7 |