| 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() getValue ::RefWizard->IO(Maybe(RefWidget)) next ::RefWizard->IO() prev ::RefWizard->IO() setValue:: (ParentaWidget) =>RefWizard->Maybe(Refa ) ->IO()
Orphan instances
| (~) * impl (IO ()) => Op (Prev ()) 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 (IO ()) => Op (Destroy ()) Wizard orig impl Source # | |