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