| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.TableRow
Synopsis
- tableRowNew :: Rectangle -> Maybe Text -> Maybe (Ref TableRow -> IO ()) -> (Ref TableRow -> TableContext -> TableCoordinate -> Rectangle -> IO ()) -> CustomWidgetFuncs TableRow -> CustomTableFuncs TableRow -> IO (Ref TableRow)
- data TableRowSelectFlag
- drawTableRowBase :: Ref TableRowBase -> IO ()
- handleTableRowBase :: Ref TableRowBase -> Event -> IO (Either UnknownEvent ())
- resizeTableRowBase :: Ref TableRowBase -> Rectangle -> IO ()
- hideTableRowBase :: Ref TableRowBase -> IO ()
- showWidgetTableRowBase :: Ref TableRowBase -> IO ()
- clearTableRowBase :: Ref Table -> IO ()
- setRowsTableRowBase :: Ref Table -> Rows -> IO ()
- setColsTableRowBase :: Ref Table -> Columns -> IO ()
Documentation
tableRowNew :: Rectangle -> Maybe Text -> Maybe (Ref TableRow -> IO ()) -> (Ref TableRow -> TableContext -> TableCoordinate -> Rectangle -> IO ()) -> CustomWidgetFuncs TableRow -> CustomTableFuncs TableRow -> IO (Ref TableRow) Source #
data TableRowSelectFlag Source #
Constructors
| TableRowSelect | |
| TableRowDeselect | |
| TableRowToggle |
drawTableRowBase :: Ref TableRowBase -> IO () Source #
handleTableRowBase :: Ref TableRowBase -> Event -> IO (Either UnknownEvent ()) Source #
resizeTableRowBase :: Ref TableRowBase -> Rectangle -> IO () Source #
hideTableRowBase :: Ref TableRowBase -> IO () Source #
showWidgetTableRowBase :: Ref TableRowBase -> IO () Source #
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
Functions
clear ::RefTableRowBase->IO() destroy ::RefTableRowBase->IO() draw ::RefTableRowBase->IO() getRowSelected ::RefTableRowBase->Row->IO(EitherOutOfRangeBool) getRows ::RefTableRowBase->IO(Rows) getType_ ::RefTableRowBase->IOTableRowSelectModehandle ::RefTableRowBase->Event-> 'IO(Either'UnknownEvent()) hide ::RefTableRowBase->IO() resize ::RefTableRowBase->Rectangle->IO() selectAllRows ::RefTableRowBase->TableRowSelectFlag->IO() setCols ::RefTableRowBase->Columns->IO() setRows ::RefTableRowBase->Rows->IO() setType ::RefTableRowBase->TableRowSelectMode->IO() showWidget ::RefTableRowBase->IO()