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.
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.
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.
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.
selectionSelectAllSelection :: (HasCallStack, MonadIO m, IsSelection a) => a -> m Boolgi-atk GI.Atk.Interfaces.Selection Causes every child of the object to be selected if the object supports multiple selections.
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.
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.
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.
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.
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.
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.