| ||||||||
| ||||||||
Description | ||||||||
StdMenuAttribute specifies which MenuAttributes are valid for each of the standard menus and menu elements. | ||||||||
isValidMenuAttribute :: MenuAttribute ls ps -> Bool | ||||||||
isValidSubMenuAttribute :: MenuAttribute ls ps -> Bool | ||||||||
isValidRadioMenuAttribute :: MenuAttribute ls ps -> Bool | ||||||||
isValidMenuItemAttribute :: MenuAttribute ls ps -> Bool | ||||||||
isValidMenuSeparatorAttribute :: MenuAttribute ls ps -> Bool | ||||||||
isMenuFunction :: MenuAttribute ls ps -> Bool | ||||||||
isMenuId :: MenuAttribute ls ps -> Bool | ||||||||
isMenuIndex :: MenuAttribute ls ps -> Bool | ||||||||
isMenuInit :: MenuAttribute ls ps -> Bool | ||||||||
isMenuMarkState :: MenuAttribute ls ps -> Bool | ||||||||
isMenuModsFunction :: MenuAttribute ls ps -> Bool | ||||||||
isMenuSelectState :: MenuAttribute ls ps -> Bool | ||||||||
isMenuShortKey :: MenuAttribute ls ps -> Bool | ||||||||
getMenuFun :: MenuAttribute ls ps -> GUIFun ls ps | ||||||||
getMenuIdAtt :: MenuAttribute ls ps -> Id | ||||||||
getMenuIndexAtt :: MenuAttribute ls ps -> Index | ||||||||
getMenuInitFun :: MenuAttribute ls ps -> ps -> GUI ps ps | ||||||||
getMenuMarkStateAtt :: MenuAttribute ls ps -> MarkState | ||||||||
getMenuModsFun :: MenuAttribute ls ps -> ModifiersFunction ls ps | ||||||||
getMenuSelectStateAtt :: MenuAttribute ls ps -> SelectState | ||||||||
getMenuShortKeyAtt :: MenuAttribute ls ps -> Char | ||||||||
module Graphics.UI.ObjectIO.StdMenuDef | ||||||||
Produced by Haddock version 0.3 |