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. data PrintError

    gi-gtk3 GI.Gtk.Enums

    Error codes that identify various errors that can occur while using the GTK+ printing support.

  2. PrintErrorGeneral :: PrintError

    gi-gtk3 GI.Gtk.Enums

    An unspecified error occurred.

  3. PrintErrorInternalError :: PrintError

    gi-gtk3 GI.Gtk.Enums

    An internal error occurred.

  4. PrintErrorInvalidFile :: PrintError

    gi-gtk3 GI.Gtk.Enums

    An error occurred while loading a page setup or paper size from a key file.

  5. PrintErrorNomem :: PrintError

    gi-gtk3 GI.Gtk.Enums

    A memory allocation failed.

  6. data PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

    The action parameter to printOperationRun determines what action the print operation should perform.

  7. PrintOperationActionExport :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

    Export to a file. This requires the export-filename property to be set.

  8. PrintOperationActionPreview :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

    Show the print preview.

  9. PrintOperationActionPrint :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

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

  10. PrintOperationActionPrintDialog :: PrintOperationAction

    gi-gtk3 GI.Gtk.Enums

    Show the print dialog.

Page 136 of many | Previous | Next