Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A GtkPrinter object represents a printer. You only need to deal directly with printers if you use the non-portable PrintUnixDialog API. A GtkPrinter allows to get status information about the printer, such as its description, its location, the number of queued jobs, etc. Most importantly, a GtkPrinter object can be used to create a PrintJob object, which lets you print to the printer.
-
gi-gtk4 GI.Gtk.Objects.Printer Memory-managed wrapper type.
Printer :: ManagedPtr Printer -> Printergi-gtk4 GI.Gtk.Objects.Printer No documentation available.
type
PrinterDetailsAcquiredCallback = Bool -> IO ()gi-gtk4 GI.Gtk.Objects.Printer Emitted in response to a request for detailed information about a printer from the print backend. The success parameter indicates if the information was actually obtained.
module GI.Gtk.Structs.
PrintBackend No description available in the introspection data.
-
gi-gtk4 GI.Gtk.Structs.PrintBackend Memory-managed wrapper type.
PrintBackend :: ManagedPtr PrintBackend -> PrintBackendgi-gtk4 GI.Gtk.Structs.PrintBackend No documentation available.
module GI.Gtk.Structs.
PrintSetup A GtkPrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing. A print setup is obtained by calling printDialogSetup, and can later be passed to print functions such as printDialogPrint. Print setups can be reused for multiple print calls. Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them. Since: 4.14
-
gi-gtk4 GI.Gtk.Structs.PrintSetup Memory-managed wrapper type.
PrintSetup :: ManagedPtr PrintSetup -> PrintSetupgi-gtk4 GI.Gtk.Structs.PrintSetup No documentation available.