Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. PrintOperationActionPrint :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

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

  2. PrintOperationActionPrintDialog :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

    Show the print dialog.

  3. data PrintOperationResult

    gi-gtk3 GI.Gtk.Enums

    A value of this type is returned by printOperationRun.

  4. PrintOperationResultApply :: PrintOperationResult

    gi-gtk3 GI.Gtk.Enums

    The print settings should be stored.

  5. PrintOperationResultCancel :: PrintOperationResult

    gi-gtk3 GI.Gtk.Enums

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

  6. PrintOperationResultError :: PrintOperationResult

    gi-gtk3 GI.Gtk.Enums

    An error has occurred.

  7. PrintOperationResultInProgress :: PrintOperationResult

    gi-gtk3 GI.Gtk.Enums

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

  8. data PrintPages

    gi-gtk3 GI.Gtk.Enums

    See also gtk_print_job_set_pages()

  9. PrintPagesAll :: PrintPages

    gi-gtk3 GI.Gtk.Enums

    All pages.

  10. PrintPagesCurrent :: PrintPages

    gi-gtk3 GI.Gtk.Enums

    Current page.

Page 120 of many | Previous | Next