Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. printDialogSetupFinish :: (HasCallStack, MonadIO m, IsPrintDialog a, IsAsyncResult b) => a -> b -> m (Maybe PrintSetup)

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Finishes the printDialogSetup call. If the call was successful, it returns a PrintSetup which contains the print settings and page setup information that will be used to print. Since: 4.14

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether this job is printed collated.

  3. printJobGetNUp :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Word32

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the n-up setting for this job.

  4. printJobGetNUpLayout :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m NumberUpLayout

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the n-up layout setting for this job.

  5. printJobGetNumCopies :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the number of copies of this job.

  6. printJobGetPageRanges :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m [PageRange]

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the page ranges for this job.

  7. printJobGetPageSet :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PageSet

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPageSet setting for this job.

  8. printJobGetPages :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintPages

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrintPages setting for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrinter of the print job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether this job is printed reversed.

Page 63 of many | Previous | Next