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.

  1. RoleHeading :: Role

    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.

  2. RoleRowHeader :: Role

    gi-atk GI.Atk.Enums

    The header for a row of data

  3. RoleTableColumnHeader :: Role

    gi-atk GI.Atk.Enums

    The header for a column of a table

  4. RoleTableRowHeader :: Role

    gi-atk GI.Atk.Enums

    The header for a row of a table

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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

  10. 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

Page 220 of many | Previous | Next