| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.FileInput
Synopsis
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Input | v Graphics.UI.FLTK.LowLevel.Base.FileInput | v Graphics.UI.FLTK.LowLevel.FileInput
Widget Functions
draw ::RefFileInput->IO() handle ::RefFileInput->Event->IO(EitherUnknownEvent()) hide ::RefFileInput->IO() resize ::RefFileInput->Rectangle->IO() showWidget ::RefFileInput->IO()
Orphan instances
| impl ~ IO () => Op (Draw ()) FileInput orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) FileInput orig impl Source # | |
| impl ~ IO () => Op (Hide ()) FileInput orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) FileInput orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) FileInput orig impl Source # | |