Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. PrintOperationActionPrint :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

    Start to print without showing the print dialog, based on the current print settings.

  2. PrintOperationActionPrintDialog :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

    Show the print dialog.

  3. data PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    The result of a print operation. A value of this type is returned by printOperationRun.

  4. PrintOperationResultApply :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    The print settings should be stored.

  5. PrintOperationResultCancel :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    The print operation has been canceled, the print settings should not be stored.

  6. PrintOperationResultError :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    An error has occurred.

  7. PrintOperationResultInProgress :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    The print operation is not complete yet. This value will only be returned when running asynchronously.

  8. data PrintPages

    gi-gtk4 GI.Gtk.Enums

    See also printJobSetPages

  9. PrintPagesAll :: PrintPages

    gi-gtk4 GI.Gtk.Enums

    All pages.

  10. PrintPagesCurrent :: PrintPages

    gi-gtk4 GI.Gtk.Enums

    Current page.

Page 147 of many | Previous | Next