Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Creates a new GtkPrintUnixDialog.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the current page number. If currentPage is not -1, this enables the current page choice for the range of pages to print.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Embed page size combo box and orientation combo box into page setup page.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets whether a selection exists.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog This lets you specify the printing capabilities your application supports. For instance, if you can handle scaling the output then you pass PrintCapabilitiesScale. If you don’t pass that, then the dialog will only let you select the scale if the printing system automatically handles scaling.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the page setup of the GtkPrintUnixDialog.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the GtkPrintSettings for the GtkPrintUnixDialog. Typically, this is used to restore saved print settings from a previous print operation before the print dialog is shown.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets whether the print dialog allows user to print a selection.
printerAcceptsPdf :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Returns whether the printer accepts input in PDF format.
printerAcceptsPs :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Returns whether the printer accepts input in PostScript format.