Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Wizard
Functions
destroy ::Ref
Wizard
->IO
() draw ::Ref
Wizard
->IO
() drawSuper ::Ref
Wizard
->IO
() getValue ::Ref
Wizard
->IO
(Maybe
(Ref
Widget
)) handle ::Ref
Wizard
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
Wizard
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Wizard
->IO
() hideSuper ::Ref
Wizard
->IO
() next ::Ref
Wizard
->IO
() prev ::Ref
Wizard
->IO
() resize ::Ref
Wizard
->Rectangle
->IO
() resizeSuper ::Ref
Wizard
->Rectangle
->IO
() setValue:: (Parent
aWidget
) =>Ref
Wizard
->Maybe
(Ref
a ) ->IO
() showWidget ::Ref
Wizard
->IO
() showWidgetSuper ::Ref
Wizard
->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 # | |