fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ValueInput

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: 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 ()))

resize :: 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 ()

Orphan instances

(~) * impl (IO Bool) => Op (GetSoft ()) ValueInput orig impl Source # 

Methods

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

(~) * impl (Bool -> IO ()) => Op (SetSoft ()) ValueInput orig impl Source # 

Methods

runOp :: SetSoft () -> orig -> Ref ValueInput -> 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 (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 (Rectangle -> IO ()) => Op (Resize ()) ValueInput orig impl Source # 

Methods

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

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueInput orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (Destroy ()) ValueInput orig impl Source # 

Methods

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