fltkhs-0.5.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.FileInput

Contents

Synopsis

Documentation

Hierarchy

Functions

getDownBox :: Ref FileInput -> IO (Boxtype)

getErrorColor :: Ref FileInput -> IO (Color)

getValue :: Ref FileInput -> IO Text

setDownBox :: Ref FileInput -> Boxtype -> IO ()

setErrorColor :: Ref FileInput -> Color -> IO ()

setValue :: Ref FileInput -> Text -> IO ()