| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Wizard
Documentation
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Wizard
Functions
destroy ::RefWizard->IO() draw ::RefWizard->IO() drawSuper ::RefWizard->IO() getValue ::RefWizard->IO(Maybe(RefWidget)) handle ::RefWizard->Event->IO(EitherUnknownEvent()) handleSuper ::RefWizard->Event->IO(EitherUnknownEvent()) hide ::RefWizard->IO() hideSuper ::RefWizard->IO() next ::RefWizard->IO() prev ::RefWizard->IO() resize ::RefWizard->Rectangle->IO() resizeSuper ::RefWizard->Rectangle->IO() setValue:: (ParentaWidget) =>RefWizard->Maybe(Refa ) ->IO() showWidget ::RefWizard->IO() showWidgetSuper ::RefWizard->IO()
Orphan instances
| impl ~ IO () => Op (Prev ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (Draw ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (Next ()) Wizard orig impl Source # | |
| (Parent a Widget, impl ~ (Maybe (Ref a) -> IO ())) => Op (SetValue ()) Wizard orig impl Source # | |
| impl ~ IO (Maybe (Ref Widget)) => Op (GetValue ()) Wizard orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) Wizard orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Wizard orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) Wizard orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Wizard orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) Wizard orig impl Source # | |