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