| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Wizard
Synopsis
- wizardNew :: Rectangle -> Maybe Text -> IO (Ref Wizard)
- wizardCustom :: Rectangle -> Maybe Text -> Maybe (Ref Wizard -> IO ()) -> Maybe (CustomWidgetFuncs Wizard) -> IO (Ref Wizard)
- drawWizardBase :: Ref WizardBase -> IO ()
- handleWizardBase :: Ref WizardBase -> Event -> IO (Either UnknownEvent ())
- resizeWizardBase :: Ref WizardBase -> Rectangle -> IO ()
- hideWizardBase :: Ref WizardBase -> IO ()
- showWidgetWizardBase :: Ref WizardBase -> IO ()
Documentation
drawWizardBase :: Ref WizardBase -> IO () Source #
handleWizardBase :: Ref WizardBase -> Event -> IO (Either UnknownEvent ()) Source #
resizeWizardBase :: Ref WizardBase -> Rectangle -> IO () Source #
hideWizardBase :: Ref WizardBase -> IO () Source #
showWidgetWizardBase :: Ref WizardBase -> IO () Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Base.Wizard
Functions
destroy ::RefWizardBase->IO() draw ::RefWizardBase->IO() getValue ::RefWizardBase->IO(Maybe(RefWidgetBase)) handle ::RefWizardBase->Event->IO(EitherUnknownEvent()) hide ::RefWizardBase->IO() next ::RefWizardBase->IO() prev ::RefWizardBase->IO() resize ::RefWizardBase->Rectangle->IO() setValue:: (ParentaWidgetBase) =>RefWizardBase->Maybe(Refa ) ->IO() showWidget ::RefWizardBase->IO()
Orphan instances
| impl ~ IO () => Op (Prev ()) WizardBase orig impl Source # | |
| impl ~ IO () => Op (Draw ()) WizardBase orig impl Source # | |
| impl ~ IO () => Op (Next ()) WizardBase orig impl Source # | |
| (Parent a WidgetBase, impl ~ (Maybe (Ref a) -> IO ())) => Op (SetValue ()) WizardBase orig impl Source # | |
| impl ~ IO (Maybe (Ref WidgetBase)) => Op (GetValue ()) WizardBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) WizardBase orig impl Source # | |
| impl ~ IO () => Op (Hide ()) WizardBase orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) WizardBase orig impl Source # | |
Methods runOp :: ShowWidget () -> orig -> Ref WizardBase -> impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) WizardBase orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) WizardBase orig impl Source # | |