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

Index of PulldownMenu functionality


data PulldownMenu
data MenuSpec
type MenuId

mkPulldownMenu 
  :: MenuButton			-- toplevel activator
  -> DisplayHandle		 	-- the handle to menu that
  -> (DisplayHandle, [(a,Trigger a)])	-- Popup
  -> Component (Trigger a, DisplayHandle)

pulldownMenu :: Picture 
             -> [MenuSpec a] 
             -> IO (Trigger a, DisplayHandle)


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