| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.SysMenuBar
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 ::RefSysMenuBar->IO() handle ::RefSysMenuBar->Event->IO(EitherUnknownEvent()) hide ::RefSysMenuBar->IO() resize ::RefSysMenuBar->Rectangle->IO() showWidget ::RefSysMenuBar->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 # | |
Methods runOp :: ShowWidget () -> orig -> Ref SysMenuBar -> impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) SysMenuBar orig impl Source # | |