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