Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. printJobGetPrinter :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Printer

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrinter of the print job.

  2. printJobGetReverse :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether this job is printed reversed.

  3. printJobGetRotate :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether the job is printed rotated.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the scale for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrintSettings of the print job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the status of the print job.

  7. 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.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the job title.

  9. 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.

  10. 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.

Page 43 of many | Previous | Next