fltkhs-0.1.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ValueInput

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref ValueInput -> IO ()

getShortcut :: Ref ValueInput -> IO Int

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

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

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

setTextfont :: Ref ValueInput -> Int -> IO ()

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