Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
printerCompare :: (HasCallStack, MonadIO m, IsPrinter a, IsPrinter b) => a -> b -> m Int32gi-gtk4 GI.Gtk.Objects.Printer Compares two printers.
printerGetBackend :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PrintBackendgi-gtk4 GI.Gtk.Objects.Printer Returns the backend of the printer.
printerGetCapabilities :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m [PrintCapabilities]gi-gtk4 GI.Gtk.Objects.Printer Returns the printer’s capabilities. This is useful when you’re using GtkPrintUnixDialog’s manual-capabilities setting and need to know which settings the printer can handle and which you must handle yourself. This will return 0 unless the printer’s details are available, see printerHasDetails and printerRequestDetails.