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
TableRowReorderedCallback = IO ()gi-atk GI.Atk.Interfaces.Table The "row-reordered" signal is emitted by an object which implements the AtkTable interface when the rows are reordered.
type
TextTextAttributesChangedCallback = IO ()gi-atk GI.Atk.Interfaces.Text The "text-attributes-changed" signal is emitted when the text attributes of the text of an object which implements AtkText changes.
type
TextTextCaretMovedCallback = Int32 -> IO ()gi-atk GI.Atk.Interfaces.Text The "text-caret-moved" signal is emitted when the caret position of the text of an object which implements AtkText changes.
type
TextTextChangedCallback = Int32 -> Int32 -> IO ()gi-atk GI.Atk.Interfaces.Text Deprecated: (Since version 2.9.4)Use Object::text-insert orObject::text-remove instead.
type
TextTextInsertCallback = Int32 -> Int32 -> Text -> IO ()gi-atk GI.Atk.Interfaces.Text The "text-insert" signal is emitted when a new text is inserted. If the signal was not triggered by the user (e.g. typing or pasting text), the "system" detail should be included.
type
TextTextRemoveCallback = Int32 -> Int32 -> Text -> IO ()gi-atk GI.Atk.Interfaces.Text The "text-remove" signal is emitted when a new text is removed. If the signal was not triggered by the user (e.g. typing or pasting text), the "system" detail should be included.
type
TextTextSelectionChangedCallback = IO ()gi-atk GI.Atk.Interfaces.Text The "text-selection-changed" signal is emitted when the selected text of an object which implements AtkText changes.
type
ValueValueChangedCallback = Double -> Text -> IO ()gi-atk GI.Atk.Interfaces.Value The 'value-changed' signal is emitted when the current value that represent the object changes. value is the numerical representation of this new value. text is the human readable text alternative of value, and can be NULL if it is not available. Note that if there is a textual description associated with the new numeric value, that description should be included regardless of whether or not it has also changed. Example: a password meter whose value changes as the user types their new password. Appropiate value text would be "weak", "acceptable" and "strong". Since: 2.12
type
WindowActivateCallback = IO ()gi-atk GI.Atk.Interfaces.Window The signal Window::activate is emitted when a window becomes the active window of the application or session. Since: 2.2
type
WindowCreateCallback = IO ()gi-atk GI.Atk.Interfaces.Window The signal Window::create is emitted when a new window is created. Since: 2.2