|
Graphics.UI.ObjectIO.StdMenuDef | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
Definition of Menus and MenuElements:
|
|
Synopsis |
|
|
|
|
Menus
|
|
data Menu m ls ps |
The standard menus that are usually placed at the top of the process window and
can be selected at any time
| Constructors | | Instances | |
|
|
data PopUpMenu m ls ps |
The popup menus can be created and shown at any time as a response to
any other event (usually to the click of the right mouse button).
| Constructors | | Instances | |
|
|
Menu items
|
|
data MenuItem ls ps |
The simple menu item is just an item with a specified title and an event handler
which is called when the item is clicked
| Constructors | | Instances | |
|
|
data MenuSeparator ls ps |
The menu separator is nonselectable item which can be used to
separate menu items in different groups
| Constructors | | Instances | |
|
|
data RadioMenu ls ps |
The radio menu is a group of items which can be used as RadioControl
| Constructors | | Instances | |
|
|
type MenuRadioItem st ps = (Title, Maybe Id, Maybe Char, st -> GUI ps st) |
|
data SubMenu m ls ps |
The sub menu item is an item which shows a sub menu when the user selects it.
| Constructors | | Instances | |
|
|
Menu attributes
|
|
data MenuAttribute ls ps |
|
|
A visible modules
|
|
module Graphics.UI.ObjectIO.StdGUI |
|
module Graphics.UI.ObjectIO.StdIOCommon |
|
Produced by Haddock version 0.7 |