fltkhs-0.5.0.8: 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 ()

Orphan instances

(~) * impl (IO Color) => Op (GetErrorColor ()) FileInput orig impl Source # 

Methods

runOp :: GetErrorColor () -> orig -> Ref FileInput -> impl Source #

(~) * impl (Color -> IO ()) => Op (SetErrorColor ()) FileInput orig impl Source # 

Methods

runOp :: SetErrorColor () -> orig -> Ref FileInput -> impl Source #

(~) * impl (Boxtype -> IO ()) => Op (SetDownBox ()) FileInput orig impl Source # 

Methods

runOp :: SetDownBox () -> orig -> Ref FileInput -> impl Source #

(~) * impl (IO Boxtype) => Op (GetDownBox ()) FileInput orig impl Source # 

Methods

runOp :: GetDownBox () -> orig -> Ref FileInput -> impl Source #

(~) * impl (Text -> IO ()) => Op (SetValue ()) FileInput orig impl Source # 

Methods

runOp :: SetValue () -> orig -> Ref FileInput -> impl Source #

(~) * impl (IO Text) => Op (GetValue ()) FileInput orig impl Source # 

Methods

runOp :: GetValue () -> orig -> Ref FileInput -> impl Source #