Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. RolePageTabList :: Role

    gi-atk GI.Atk.Enums

    An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object

  2. type DocumentPageChangedCallback = Int32 -> IO ()

    gi-atk GI.Atk.Interfaces.Document

    The 'page-changed' signal is emitted when the current page of a document changes, e.g. pressing page up/down in a document viewer. Since: 2.12

  3. afterDocumentPageChanged :: (IsDocument a, MonadIO m) => a -> ((?self :: a) => DocumentPageChangedCallback) -> m SignalHandlerId

    gi-atk GI.Atk.Interfaces.Document

    Connect a signal handler for the pageChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after document #pageChanged callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  4. documentGetCurrentPageNumber :: (HasCallStack, MonadIO m, IsDocument a) => a -> m Int32

    gi-atk GI.Atk.Interfaces.Document

    Retrieves the current page number inside document. Since: 2.12

  5. documentGetPageCount :: (HasCallStack, MonadIO m, IsDocument a) => a -> m Int32

    gi-atk GI.Atk.Interfaces.Document

    Retrieves the total number of pages inside document. Since: 2.12

  6. onDocumentPageChanged :: (IsDocument a, MonadIO m) => a -> ((?self :: a) => DocumentPageChangedCallback) -> m SignalHandlerId

    gi-atk GI.Atk.Interfaces.Document

    Connect a signal handler for the pageChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on document #pageChanged callback
    

  7. pattern KEY_HomePage :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  8. pattern KEY_KP_Page_Down :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  9. pattern KEY_KP_Page_Up :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  10. pattern KEY_Page_Down :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

Page 274 of many | Previous | Next