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. ScrollTypePageForward :: ScrollType

    gi-gtk4 GI.Gtk.Enums

    Page forward.

  2. ScrollTypePageLeft :: ScrollType

    gi-gtk4 GI.Gtk.Enums

    Page to the left.

  3. ScrollTypePageRight :: ScrollType

    gi-gtk4 GI.Gtk.Enums

    Page to the right.

  4. ScrollTypePageUp :: ScrollType

    gi-gtk4 GI.Gtk.Enums

    Page up.

  5. SpinTypePageBackward :: SpinType

    gi-gtk4 GI.Gtk.Enums

    Decrement by the adjustments page increment.

  6. SpinTypePageForward :: SpinType

    gi-gtk4 GI.Gtk.Enums

    Increment by the adjustments page increment.

  7. PrintCapabilitiesPageSet :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will offer printing even/odd pages.

  8. printRunPageSetupDialog :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> m PageSetup

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned GtkPageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem.

  9. printRunPageSetupDialogAsync :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> PageSetupDoneFunc -> m ()

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog.

  10. type PrintOperationPreviewGotPageSizeCallback = PrintContext -> PageSetup -> IO ()

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Emitted once for each page that gets rendered to the preview. A handler for this signal should update the context according to pageSetup and set up a suitable cairo context, using printContextSetCairoContext.

Page 316 of many | Previous | Next