Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printJobGetScale :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.PrintJob Gets the scale for this job.
printJobGetSettings :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintJob Gets the GtkPrintSettings of the print job.
printJobGetStatus :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintStatusgi-gtk4 GI.Gtk.Objects.PrintJob Gets the status of the print job.
printJobGetSurface :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Surfacegi-gtk4 GI.Gtk.Objects.PrintJob Gets a cairo surface onto which the pages of the print job should be rendered.
printJobGetTitle :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Textgi-gtk4 GI.Gtk.Objects.PrintJob Gets the job title.
printJobGetTrackPrintStatus :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintJob Returns whether jobs will be tracked after printing. For details, see printJobSetTrackPrintStatus.
-
gi-gtk4 GI.Gtk.Objects.PrintJob Creates a new GtkPrintJob.
printJobSend :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> PrintJobCompleteFunc -> m ()gi-gtk4 GI.Gtk.Objects.PrintJob Sends the print job off to the printer.
printJobSetCollate :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintJob Sets whether this job is printed collated.
printJobSetNUp :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.PrintJob Sets the n-up setting for this job.