Safe Haskell | None |
---|---|
Language | Haskell2010 |
- tableRowNew :: Rectangle -> Maybe Text -> Maybe (Ref TableRow -> IO ()) -> (Ref TableRow -> TableContext -> TableCoordinate -> Rectangle -> IO ()) -> CustomWidgetFuncs TableRow -> CustomTableFuncs TableRow -> IO (Ref TableRow)
- data TableRowSelectFlag
Documentation
tableRowNew :: Rectangle -> Maybe Text -> Maybe (Ref TableRow -> IO ()) -> (Ref TableRow -> TableContext -> TableCoordinate -> Rectangle -> IO ()) -> CustomWidgetFuncs TableRow -> CustomTableFuncs TableRow -> IO (Ref TableRow) Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Table | v Graphics.UI.FLTK.LowLevel.TableRow
Functions
clear ::Ref
TableRow
->IO
() clearSuper ::Ref
TableRow
->IO
() destroy ::Ref
TableRow
->IO
() draw ::Ref
TableRow
->IO
() drawSuper ::Ref
TableRow
->IO
() getRowSelected ::Ref
TableRow
->Int
->IO
(Either
OutOfRange
Bool
) getRows ::Ref
TableRow
->IO
(Int
) getType_ ::Ref
TableRow
->IO
TableRowSelectMode
handle ::Ref
TableRow
->Event
-> 'IO(Either'UnknownEvent
()) handleSuper ::Ref
TableRow
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
TableRow
->IO
() hideSuper ::Ref
TableRow
->IO
() resize ::Ref
TableRow
->Rectangle
->IO
() resizeSuper ::Ref
TableRow
->Rectangle
->IO
() selectAllRows ::Ref
TableRow
->TableRowSelectFlag
->IO
() setCols ::Ref
TableRow
->Int
->IO
() setColsSuper ::Ref
TableRow
->Int
->IO
() setRows ::Ref
TableRow
->Int
->IO
() setRowsSuper ::Ref
TableRow
->Int
->IO
() setType ::Ref
TableRow
->TableRowSelectMode
->IO
() showWidget ::Ref
TableRow
->IO
() showWidgetSuper ::Ref
TableRow
->IO
()
Orphan instances
(~) * impl (TableRowSelectFlag -> IO ()) => Op (SelectAllRows ()) TableRow orig impl Source # | |
(~) * impl (Int -> IO (Either OutOfRange Bool)) => Op (GetRowSelected ()) TableRow orig impl Source # | |
(~) * impl (Int -> IO ()) => Op (SetColsSuper ()) TableRow orig impl Source # | |
(~) * impl (Int -> IO ()) => Op (SetRowsSuper ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (ClearSuper ()) TableRow orig impl Source # | |
(~) * impl (Int -> IO ()) => Op (SetCols ()) TableRow orig impl Source # | |
(~) * impl (IO Int) => Op (GetRows ()) TableRow orig impl Source # | |
(~) * impl (Int -> IO ()) => Op (SetRows ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (Draw ()) TableRow orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (DrawSuper ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (Clear ()) TableRow orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) TableRow orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidget ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidgetSuper ()) TableRow orig impl Source # | |
(~) * impl (TableRowSelectMode -> IO ()) => Op (SetType ()) TableRow orig impl Source # | |
(~) * impl (IO TableRowSelectMode) => Op (GetType_ ()) TableRow orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) TableRow orig impl Source # | |
(~) * impl (IO ()) => Op (Destroy ()) TableRow orig impl Source # | |