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.
-
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
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
-
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. documentGetCurrentPageNumber :: (HasCallStack, MonadIO m, IsDocument a) => a -> m Int32gi-atk GI.Atk.Interfaces.Document Retrieves the current page number inside document. Since: 2.12
documentGetPageCount :: (HasCallStack, MonadIO m, IsDocument a) => a -> m Int32gi-atk GI.Atk.Interfaces.Document Retrieves the total number of pages inside document. Since: 2.12
-
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
pattern
KEY_HomePage :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_KP_Page_Down :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_KP_Page_Up :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_Page_Down :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.