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.

  1. printJobGetScale :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the scale for this job.

  2. printJobGetSettings :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrintSettings of the print job.

  3. printJobGetStatus :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintStatus

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the status of the print job.

  4. printJobGetSurface :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Surface

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets a cairo surface onto which the pages of the print job should be rendered.

  5. printJobGetTitle :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the job title.

  6. printJobGetTrackPrintStatus :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Returns whether jobs will be tracked after printing. For details, see printJobSetTrackPrintStatus.

  7. printJobNew :: (HasCallStack, MonadIO m, IsPrinter a, IsPrintSettings b, IsPageSetup c) => Text -> a -> b -> c -> m PrintJob

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Creates a new GtkPrintJob.

  8. printJobSend :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> PrintJobCompleteFunc -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Sends the print job off to the printer.

  9. printJobSetCollate :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Sets whether this job is printed collated.

  10. printJobSetNUp :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Sets the n-up setting for this job.

Page 64 of many | Previous | Next