fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.ValueInput

Synopsis

Constructor

valueInputCustom 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

Functions

destroy :: Ref ValueInputBase -> IO ()

draw :: Ref ValueInputBase -> IO ()

getShortcut :: Ref ValueInputBase -> IO (Maybe ShortcutKeySequence)

getSoft :: Ref ValueInputBase -> IO (Bool)

getTextcolor :: Ref ValueInputBase -> IO (Color)

getTextfont :: Ref ValueInputBase -> IO (Font)

getTextsize :: Ref ValueInputBase -> IO (FontSize)

handle :: Ref ValueInputBase -> Event -> IO (Either UnknownEvent ())

hide :: Ref ValueInputBase -> IO ()

resize :: Ref ValueInputBase -> Rectangle -> IO ()

setShortcut :: Ref ValueInputBase -> ShortcutKeySequence -> IO ()

setSoft :: Ref ValueInputBase -> Bool>- IO ()

setTextcolor :: Ref ValueInputBase -> Color -> IO ()

setTextfont :: Ref ValueInputBase -> Font -> IO ()

setTextsize :: Ref ValueInputBase -> FontSize -> IO ()

showWidget :: Ref ValueInputBase -> IO ()

Orphan instances

impl ~ IO Bool => Op (GetSoft ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: GetSoft () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (Bool -> IO ()) => Op (SetSoft ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: SetSoft () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (Color -> IO ()) => Op (SetTextcolor ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: SetTextcolor () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO Color => Op (GetTextcolor ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: GetTextcolor () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (FontSize -> IO ()) => Op (SetTextsize ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: SetTextsize () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO FontSize => Op (GetTextsize ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: GetTextsize () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (Font -> IO ()) => Op (SetTextfont ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: SetTextfont () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO Font => Op (GetTextfont ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: GetTextfont () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO () => Op (Draw ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: Draw () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (ShortcutKeySequence -> IO ()) => Op (SetShortcut ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: SetShortcut () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO (Maybe ShortcutKeySequence) => Op (GetShortcut ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: GetShortcut () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (Rectangle -> IO ()) => Op (Resize ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: Resize () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO () => Op (Hide ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: Hide () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO () => Op (ShowWidget ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: ShowWidget () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: Handle () -> orig -> Ref ValueInputBase -> impl Source #

impl ~ IO () => Op (Destroy ()) ValueInputBase orig impl Source # 
Instance details

Methods

runOp :: Destroy () -> orig -> Ref ValueInputBase -> impl Source #