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 WindowDeactivateCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::deactivate is emitted when a window is no longer the active window of the application or session. Since: 2.2

  2. type WindowDestroyCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::destroy is emitted when a window is destroyed. Since: 2.2

  3. type WindowMaximizeCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::maximize is emitted when a window is maximized. Since: 2.2

  4. type WindowMinimizeCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::minimize is emitted when a window is minimized. Since: 2.2

  5. type WindowMoveCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::move is emitted when a window is moved. Since: 2.2

  6. type WindowResizeCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::resize is emitted when a window is resized. Since: 2.2

  7. type WindowRestoreCallback = IO ()

    gi-atk GI.Atk.Interfaces.Window

    The signal Window::restore is emitted when a window is restored. Since: 2.2

  8. type HyperlinkLinkActivatedCallback = IO ()

    gi-atk GI.Atk.Objects.Hyperlink

    The signal link-activated is emitted when a link is activated.

  9. type ObjectActiveDescendantChangedCallback = Maybe Object -> IO ()

    gi-atk GI.Atk.Objects.Object

    The "active-descendant-changed" signal is emitted by an object which has the state ATK_STATE_MANAGES_DESCENDANTS when the focus object in the object changes. For instance, a table will emit the signal when the cell in the table which has focus changes.

  10. type ObjectAnnouncementCallback = Text -> IO ()

    gi-atk GI.Atk.Objects.Object

    The "announcement" signal can be emitted to pass an announcement on to be read by a screen reader. Depcrecated (2.50): Use AtkObjectnotification instead. Since: 2.46

Page 685 of many | Previous | Next