fltkhs-0.3.0.1: 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 Int

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