| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.ValueOutput
Synopsis
- valueOutputNew :: Rectangle -> Maybe Text -> IO (Ref ValueOutput)
- valueOutputCustom :: Rectangle -> Maybe Text -> Maybe (Ref ValueOutput -> IO ()) -> Maybe (CustomWidgetFuncs ValueOutput) -> IO (Ref ValueOutput)
Constructor
valueOutputNew :: Rectangle -> Maybe Text -> IO (Ref ValueOutput) Source #
Arguments
| :: Rectangle | The bounds of this ValueOutput |
| -> Maybe Text | The ValueOutput label |
| -> Maybe (Ref ValueOutput -> IO ()) | Optional custom drawing function |
| -> Maybe (CustomWidgetFuncs ValueOutput) | Optional custom widget functions |
| -> IO (Ref ValueOutput) |
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Valuator | v Graphics.UI.FLTK.LowLevel.ValueOutput
Functions
destroy ::RefValueOutput->IO() draw ::RefValueOutput->IO() drawSuper ::RefValueOutput->IO() getSoft ::RefValueOutput->IO(Bool) getTextcolor ::RefValueOutput->IO(Color) getTextfont ::RefValueOutput->IO(Font) getTextsize ::RefValueOutput->IO(FontSize) handle ::RefValueOutput->Event->IO(EitherUnknownEvent()) handleSuper ::RefValueOutput->Event->IO(EitherUnknownEvent()) hide ::RefValueOutput->IO() hideSuper ::RefValueOutput->IO() resize ::RefValueOutput->Rectangle->IO() resizeSuper ::RefValueOutput->Rectangle->IO() setSoft ::RefValueOutput->Bool>-IO() setTextcolor ::RefValueOutput->Color->IO() setTextfont ::RefValueOutput->Font->IO() setTextsize ::RefValueOutput->FontSize->IO() showWidget ::RefValueOutput->IO() showWidgetSuper ::RefValueOutput->IO()
Orphan instances
| impl ~ IO Bool => Op (GetSoft ()) ValueOutput orig impl Source # | |
| impl ~ (Bool -> IO ()) => Op (SetSoft ()) ValueOutput orig impl Source # | |
| impl ~ (Color -> IO ()) => Op (SetTextcolor ()) ValueOutput orig impl Source # | |
Methods runOp :: SetTextcolor () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO Color => Op (GetTextcolor ()) ValueOutput orig impl Source # | |
Methods runOp :: GetTextcolor () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ (FontSize -> IO ()) => Op (SetTextsize ()) ValueOutput orig impl Source # | |
Methods runOp :: SetTextsize () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO FontSize => Op (GetTextsize ()) ValueOutput orig impl Source # | |
Methods runOp :: GetTextsize () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ (Font -> IO ()) => Op (SetTextfont ()) ValueOutput orig impl Source # | |
Methods runOp :: SetTextfont () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO Font => Op (GetTextfont ()) ValueOutput orig impl Source # | |
Methods runOp :: GetTextfont () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO () => Op (Draw ()) ValueOutput orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) ValueOutput orig impl Source # | |
Methods runOp :: HandleSuper () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) ValueOutput orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) ValueOutput orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) ValueOutput orig impl Source # | |
Methods runOp :: ResizeSuper () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO () => Op (Hide ()) ValueOutput orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) ValueOutput orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) ValueOutput orig impl Source # | |
Methods runOp :: ShowWidget () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) ValueOutput orig impl Source # | |
Methods runOp :: ShowWidgetSuper () -> orig -> Ref ValueOutput -> impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueOutput orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) ValueOutput orig impl Source # | |