Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PrintStatusPendingIssue :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    Some problem has occurred during printing, e.g. a paper jam.

  2. PrintStatusPreparing :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    This status is set while the begin-print signal is emitted and during pagination.

  3. PrintStatusPrinting :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    The printer is processing the print job.

  4. PrintStatusSendingData :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    The print job is being sent off to the printer.

  5. data PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Specifies which features the print dialog should offer. If neither PrintCapabilitiesGeneratePdf nor PrintCapabilitiesGeneratePs is specified, GTK assumes that all formats are supported.

  6. PrintCapabilitiesCollate :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to collate multiple copies.

  7. PrintCapabilitiesCopies :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to print multiple copies.

  8. PrintCapabilitiesGeneratePdf :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    The program will send the document to the printer in PDF format

  9. PrintCapabilitiesGeneratePs :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    The program will send the document to the printer in Postscript format

  10. PrintCapabilitiesNumberUp :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will offer printing multiple pages per sheet

Page 149 of many | Previous | Next