| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.TableRow
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.Base.TableRow | v Graphics.UI.FLTK.LowLevel.TableRow
Widget Functions
clear ::RefTableRow->IO() draw ::RefTableRow->IO() handle ::RefTableRow->Event-> 'IO(Either'UnknownEvent()) hide ::RefTableRow->IO() resize ::RefTableRow->Rectangle->IO() setCols ::RefTableRow->Columns->IO() setRows ::RefTableRow->Rows->IO() showWidget ::RefTableRow->IO()
Orphan instances
| impl ~ (Columns -> IO ()) => Op (SetCols ()) TableRow orig impl Source # | |
| impl ~ (Rows -> IO ()) => Op (SetRows ()) TableRow orig impl Source # | |
| impl ~ IO () => Op (Draw ()) TableRow orig impl Source # | |
| impl ~ IO () => Op (Clear ()) TableRow orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) TableRow orig impl Source # | |
| impl ~ IO () => Op (Hide ()) TableRow orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) TableRow orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) TableRow orig impl Source # | |