Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.MenuPrim | v Graphics.UI.FLTK.LowLevel.Base.MenuBar | v Graphics.UI.FLTK.LowLevel.Base.SysMenuBar | v Graphics.UI.FLTK.LowLevel.SysMenuBar
Widget Functions
draw ::Ref
SysMenuBar
->IO
() handle ::Ref
SysMenuBar
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
SysMenuBar
->IO
() resize ::Ref
SysMenuBar
->Rectangle
->IO
() showWidget ::Ref
SysMenuBar
->IO
()
Orphan instances
impl ~ IO () => Op (Draw ()) SysMenuBar orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (Resize ()) SysMenuBar orig impl Source # | |
impl ~ IO () => Op (Hide ()) SysMenuBar orig impl Source # | |
impl ~ IO () => Op (ShowWidget ()) SysMenuBar orig impl Source # | |
runOp :: ShowWidget () -> orig -> Ref SysMenuBar -> impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) SysMenuBar orig impl Source # | |