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.
PrintStatusPending :: PrintStatusgi-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.
PrintStatusPendingIssue :: PrintStatusgi-gtk3 GI.Gtk.Enums Some problem has occurred during printing, e.g. a paper jam.
PrintStatusPreparing :: PrintStatusgi-gtk3 GI.Gtk.Enums This status is set while the begin-print signal is emitted and during pagination.
PrintStatusPrinting :: PrintStatusgi-gtk3 GI.Gtk.Enums The printer is processing the print job.
PrintStatusSendingData :: PrintStatusgi-gtk3 GI.Gtk.Enums The print job is being sent off to the printer.
module GI.Gtk.Interfaces.
PrintOperationPreview No description available in the introspection data.
-
gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview Memory-managed wrapper type.
PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreviewgi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview No documentation available.
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.
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.