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. windowGetSkipPagerHint :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Window

    Gets the value set by windowSetSkipPagerHint. Since: 2.2

  2. windowSetSkipPagerHint :: (HasCallStack, MonadIO m, IsWindow a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

    Windows may set a hint asking the desktop environment not to display the window in the pager. This function sets this hint. (A "pager" is any desktop navigation tool such as a workspace switcher that displays a thumbnail representation of the windows on the screen.) Since: 2.2

  3. getPageRangeEnd :: MonadIO m => PageRange -> m Int32

    gi-gtk3 GI.Gtk.Structs.PageRange

    Get the value of the “end” field. When overloading is enabled, this is equivalent to

    get pageRange #end
    

  4. getPageRangeStart :: MonadIO m => PageRange -> m Int32

    gi-gtk3 GI.Gtk.Structs.PageRange

    Get the value of the “start” field. When overloading is enabled, this is equivalent to

    get pageRange #start
    

  5. newZeroPageRange :: MonadIO m => m PageRange

    gi-gtk3 GI.Gtk.Structs.PageRange

    Construct a PageRange struct initialized to zero.

  6. setPageRangeEnd :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PageRange

    Set the value of the “end” field. When overloading is enabled, this is equivalent to

    set pageRange [ #end := value ]
    

  7. setPageRangeStart :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PageRange

    Set the value of the “start” field. When overloading is enabled, this is equivalent to

    set pageRange [ #start := value ]
    

  8. type AssistantPageFunc = Int32 -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type of callback used to calculate the next page in a GtkAssistant. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button. See assistantSetForwardPageFunc.

  9. type AssistantPageFunc_WithClosures = Int32 -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type of callback used to calculate the next page in a GtkAssistant. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button. See assistantSetForwardPageFunc.

  10. type C_AssistantPageFunc = Int32 -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

Page 311 of many | Previous | Next