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.
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
-
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
-
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
printJobGetCollate :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintJob Gets whether this job is printed collated.
printJobGetNUp :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Word32gi-gtk4 GI.Gtk.Objects.PrintJob Gets the n-up setting for this job.
printJobGetNUpLayout :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m NumberUpLayoutgi-gtk4 GI.Gtk.Objects.PrintJob Gets the n-up layout setting for this job.
printJobGetNumCopies :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintJob Gets the number of copies of this job.
printJobGetPageRanges :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m [PageRange]gi-gtk4 GI.Gtk.Objects.PrintJob Gets the page ranges for this job.
printJobGetPageSet :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PageSetgi-gtk4 GI.Gtk.Objects.PrintJob Gets the GtkPageSet setting for this job.
printJobGetPages :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintPagesgi-gtk4 GI.Gtk.Objects.PrintJob Gets the GtkPrintPages setting for this job.