|
|
|
|
|
| Description |
| HTk's menu cascade item.
A containers for cascaded menus. |
|
| Synopsis |
|
|
|
| Documentation |
|
| class (GUIObject w) => HasIndicator w where |
| Menu items that can have an indicator instantiate the
class HasIndicator. | | | Methods | | indicator :: Toggle -> Config w | | Displays/unmaps the items indicator. | | | getIndicator :: w -> IO Toggle | | On if an indicator is displayed with the item, otherwise
Off. |
| | | Instances | |
|
|
| class (GUIObject w) => HasAccelerator w where |
| Menu items can have an optional text to display as a reminder
about a keystroke binding. | | | Methods | | accelerator :: String -> Config w | | Sets the accelerator text. | | | getAccelerator :: w -> IO String | | Gets the accelerator text. |
| | | Instances | |
|
|
| data MenuCascade |
| The MenuCascade datatype. |
|
| createMenuCascade :: Menu -> [Config MenuCascade] -> IO MenuCascade |
|
| createPulldownMenu :: Menu -> [Config MenuCascade] -> IO Menu |
|
| Produced by Haddock version 0.3 |