Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type DocumentReloadCallback = IO ()

    gi-atk GI.Atk.Interfaces.Document

    The 'reload' signal is emitted when the contents of a document is refreshed from its source. Once 'reload' has been emitted, a matching 'load-complete' or 'load-stopped' signal should follow, which clients may await before interrogating ATK for the latest document content.

  2. type HypertextLinkSelectedCallback = Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Hypertext

    The "link-selected" signal is emitted by an AtkHyperText object when one of the hyperlinks associated with the object is selected.

  3. type SelectionSelectionChangedCallback = IO ()

    gi-atk GI.Atk.Interfaces.Selection

    The "selection-changed" signal is emitted by an object which implements AtkSelection interface when the selection changes.

  4. selectionSelectAllSelection :: (HasCallStack, MonadIO m, IsSelection a) => a -> m Bool

    gi-atk GI.Atk.Interfaces.Selection

    Causes every child of the object to be selected if the object supports multiple selections.

  5. type TableColumnDeletedCallback = Int32 -> Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "column-deleted" signal is emitted by an object which implements the AtkTable interface when a column is deleted.

  6. type TableColumnInsertedCallback = Int32 -> Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "column-inserted" signal is emitted by an object which implements the AtkTable interface when a column is inserted.

  7. type TableColumnReorderedCallback = IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "column-reordered" signal is emitted by an object which implements the AtkTable interface when the columns are reordered.

  8. type TableModelChangedCallback = IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "model-changed" signal is emitted by an object which implements the AtkTable interface when the model displayed by the table changes.

  9. type TableRowDeletedCallback = Int32 -> Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "row-deleted" signal is emitted by an object which implements the AtkTable interface when a row is deleted.

  10. type TableRowInsertedCallback = Int32 -> Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Table

    The "row-inserted" signal is emitted by an object which implements the AtkTable interface when a row is inserted.

Page 683 of many | Previous | Next