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.
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.
printerGetDefaultPageSize :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.Printer Returns default page size of printer.
printerGetDescription :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Textgi-gtk4 GI.Gtk.Objects.Printer Gets the description of the printer.
-
gi-gtk4 GI.Gtk.Objects.Printer Retrieve the hard margins of printer. These are the margins that define the area at the borders of the paper that the printer cannot print to. Note: This will not succeed unless the printer’s details are available, see printerHasDetails and printerRequestDetails.
-
gi-gtk4 GI.Gtk.Objects.Printer Retrieve the hard margins of printer for paperSize. These are the margins that define the area at the borders of the paper that the printer cannot print to. Note: This will not succeed unless the printer’s details are available, see printerHasDetails and printerRequestDetails.
printerGetIconName :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Textgi-gtk4 GI.Gtk.Objects.Printer Gets the name of the icon to use for the printer.
printerGetJobCount :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.Printer Gets the number of jobs currently queued on the printer.
printerGetLocation :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Textgi-gtk4 GI.Gtk.Objects.Printer Returns a description of the location of the printer.