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

Index of MenuButton functionality


data MenuButton {- abstract -}

menuButton          :: Picture    -> Component (MenuButton, DisplayHandle) 
nestedMenuButton    :: Picture    -> Component (MenuButton, DisplayHandle) 
getMenuButtonCoord  :: MenuButton -> IO Coord
getMenuButtonGCoord :: MenuButton -> IO Coord
getMenuButtonSize   :: MenuButton -> IO Size
getMenuButtonClick  :: MenuButton -> IO ()
getMenuButtonButton :: MenuButton -> (Button ())
getMenuButtonWindow :: MenuButton -> Window


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