| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.FileInput
Documentation
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Input | v Graphics.UI.FLTK.LowLevel.FileInput
Functions
getDownBox ::RefFileInput->IO(Boxtype) getErrorColor ::RefFileInput->IO(Color) getValue ::RefFileInput->IOTextsetDownBox ::RefFileInput->Boxtype->IO() setErrorColor ::RefFileInput->Color->IO() setValue ::RefFileInput->Text->IO()
Orphan instances
| (~) * impl (IO Color) => Op (GetErrorColor ()) FileInput orig impl Source # | |
| (~) * impl (Color -> IO ()) => Op (SetErrorColor ()) FileInput orig impl Source # | |
| (~) * impl (Boxtype -> IO ()) => Op (SetDownBox ()) FileInput orig impl Source # | |
| (~) * impl (IO Boxtype) => Op (GetDownBox ()) FileInput orig impl Source # | |
| (~) * impl (Text -> IO ()) => Op (SetValue ()) FileInput orig impl Source # | |
| (~) * impl (IO Text) => Op (GetValue ()) FileInput orig impl Source # | |