Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-atk GI.Atk.Enums The object serves as a heading for content which follows it in a document. The 'heading level' of the heading, if availabe, may be obtained by querying the object's attributes.
-
gi-atk GI.Atk.Enums The header for a row of data
-
gi-atk GI.Atk.Enums The header for a column of a table
-
gi-atk GI.Atk.Enums The header for a row of a table
tableGetColumnHeader :: (HasCallStack, MonadIO m, IsTable a) => a -> Int32 -> m (Maybe Object)gi-atk GI.Atk.Interfaces.Table Gets the column header of a specified column in an accessible table.
tableGetRowHeader :: (HasCallStack, MonadIO m, IsTable a) => a -> Int32 -> m (Maybe Object)gi-atk GI.Atk.Interfaces.Table Gets the row header of a specified row in an accessible table.
tableSetColumnHeader :: (HasCallStack, MonadIO m, IsTable a, IsObject b) => a -> Int32 -> b -> m ()gi-atk GI.Atk.Interfaces.Table Sets the specified column header to header.
tableSetRowHeader :: (HasCallStack, MonadIO m, IsTable a, IsObject b) => a -> Int32 -> b -> m ()gi-atk GI.Atk.Interfaces.Table Sets the specified row header to header.
tableCellGetColumnHeaderCells :: (HasCallStack, MonadIO m, IsTableCell a) => a -> m [Object]gi-atk GI.Atk.Interfaces.TableCell Returns the column headers as an array of cell accessibles. Since: 2.12
tableCellGetRowHeaderCells :: (HasCallStack, MonadIO m, IsTableCell a) => a -> m [Object]gi-atk GI.Atk.Interfaces.TableCell Returns the row headers as an array of cell accessibles. Since: 2.12