Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. data PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

    Determines what action the print operation should perform. A parameter of this typs is passed to printOperationRun.

  2. PrintOperationActionExport :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

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

  3. PrintOperationActionPreview :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

    Show the print preview.

  4. PrintOperationActionPrint :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

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

  5. PrintOperationActionPrintDialog :: PrintOperationAction

    gi-gtk4 GI.Gtk.Enums

    Show the print dialog.

  6. data PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

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

  7. PrintOperationResultApply :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    The print settings should be stored.

  8. PrintOperationResultCancel :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

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

  9. PrintOperationResultError :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

    An error has occurred.

  10. PrintOperationResultInProgress :: PrintOperationResult

    gi-gtk4 GI.Gtk.Enums

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

Page 138 of many | Previous | Next