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

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

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

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

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

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

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

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

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

  10. type WindowCreateCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::create is emitted when a new window is created. Since: 2.2

Page 684 of many | Previous | Next