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. PrintStatusPending :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The print job has been sent to the printer, but is not printed for some reason, e.g. the printer may be stopped.

  2. PrintStatusPendingIssue :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

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

  3. PrintStatusPreparing :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

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

  4. PrintStatusPrinting :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The printer is processing the print job.

  5. PrintStatusSendingData :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The print job is being sent off to the printer.

  6. module GI.Gtk.Interfaces.PrintOperationPreview

    No description available in the introspection data.

  7. newtype PrintOperationPreview

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Memory-managed wrapper type.

  8. PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreview

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    No documentation available.

  9. type PrintOperationPreviewGotPageSizeCallback = PrintContext -> PageSetup -> IO ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    The gotPageSize signal is emitted once for each page that gets rendered to the preview. A handler for this signal should update the context according to pageSetup and set up a suitable cairo context, using printContextSetCairoContext.

  10. type PrintOperationPreviewReadyCallback = PrintContext -> IO ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    The ready signal gets emitted once per preview operation, before the first page is rendered. A handler for this signal can be used for setup tasks.

Page 139 of many | Previous | Next