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 ::Ref
ValueOutput
->IO
() draw ::Ref
ValueOutput
->IO
() drawSuper ::Ref
ValueOutput
->IO
() getSoft ::Ref
ValueOutput
->IO
(Bool
) getTextcolor ::Ref
ValueOutput
->IO
(Color
) getTextfont ::Ref
ValueOutput
->IO
(Font
) getTextsize ::Ref
ValueOutput
->IO
(FontSize
) handle ::Ref
ValueOutput
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
ValueOutput
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
ValueOutput
->IO
() hideSuper ::Ref
ValueOutput
->IO
() resize ::Ref
ValueOutput
->Rectangle
->IO
() resizeSuper ::Ref
ValueOutput
->Rectangle
->IO
() setSoft ::Ref
ValueOutput
->Bool
>-IO
() setTextcolor ::Ref
ValueOutput
->Color
->IO
() setTextfont ::Ref
ValueOutput
->Font
->IO
() setTextsize ::Ref
ValueOutput
->FontSize
->IO
() showWidget ::Ref
ValueOutput
->IO
() showWidgetSuper ::Ref
ValueOutput
->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 # | |