| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Table
Synopsis
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Base.Table | v Graphics.UI.FLTK.LowLevel.Table
Widget Functions
clear ::RefTable->IO() draw ::RefTable->IO() handle ::RefTable->Event->IO(EitherUnknownEvent()) hide ::RefTable->IO() resize ::RefTable->Rectangle->IO() setCols ::RefTable->Columns->IO() setRows ::RefTable->Rows->IO() showWidget ::RefTable->IO()
Orphan instances
| impl ~ (Columns -> IO ()) => Op (SetCols ()) Table orig impl Source # | |
| impl ~ (Rows -> IO ()) => Op (SetRows ()) Table orig impl Source # | |
| impl ~ IO () => Op (Draw ()) Table orig impl Source # | |
| impl ~ IO () => Op (Clear ()) Table orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Table orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Table orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Table orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Table orig impl Source # | |