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. printDialogSetTitle :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Sets the title that will be shown on the print dialog. Since: 4.14

  2. printDialogSetup :: (HasCallStack, MonadIO m, IsPrintDialog a, IsWindow b, IsCancellable c) => a -> Maybe b -> Maybe c -> Maybe AsyncReadyCallback -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    This function presents a print dialog to let the user select a printer, and set up print settings and page setup. The callback will be called when the dialog is dismissed. It should call printDialogSetupFinish to obtain the results in the form of a PrintSetup, that can then be passed to printDialogPrint or printDialogPrintFile. One possible use for this method is to have the user select a printer, then show a page setup UI in the application (e.g. to arrange images on a page), then call printDialogPrint on self to do the printing without further user interaction. Since: 4.14

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

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether this job is printed collated.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the n-up setting for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the n-up layout setting for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the number of copies of this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the page ranges for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPageSet setting for this job.

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrintPages setting for this job.

Page 42 of many | Previous | Next