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.

  1. module GI.Gtk.Objects.Printer

    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.

  2. newtype Printer

    gi-gtk4 GI.Gtk.Objects.Printer

    Memory-managed wrapper type.

  3. Printer :: ManagedPtr Printer -> Printer

    gi-gtk4 GI.Gtk.Objects.Printer

    No documentation available.

  4. 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.

  5. module GI.Gtk.Structs.PrintBackend

    No description available in the introspection data.

  6. newtype PrintBackend

    gi-gtk4 GI.Gtk.Structs.PrintBackend

    Memory-managed wrapper type.

  7. PrintBackend :: ManagedPtr PrintBackend -> PrintBackend

    gi-gtk4 GI.Gtk.Structs.PrintBackend

    No documentation available.

  8. 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

  9. newtype PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Memory-managed wrapper type.

  10. PrintSetup :: ManagedPtr PrintSetup -> PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    No documentation available.

Page 154 of many | Previous | Next