Go to the first, previous, next, last section, table of contents.

MenuElement interface index


menuElement :: Picture -> a -> Component (MenuElement a, DisplayHandle)

getSelectorClick    :: MenuElement a -> IO a
setMenuElementLabel :: MenuElement a -> Picture -> IO ()
disableMenuElement  :: MenuElement a -> IO ()
enableMenuElement   :: MenuElement a -> IO ()
nameMenuElement     :: String -> MenuElement a -> MenuElement a

combineMenuElements :: [MenuElement a] -> IO (MenuElement a)
mapMenuElement      :: (a->b) -> MenuElement a -> MenuElement b


Go to the first, previous, next, last section, table of contents.