Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module GI.Gtk.Objects.PrintSettings

    A GtkPrintSettings object represents the settings of a print dialog in a system-independent way. The main use for this object is that once you’ve printed you can get a settings object that represents the settings the user chose, and the next time you print you can pass that object in so that the user doesn’t have to re-set all his settings. Its also possible to enumerate the settings so that you can easily save the settings for the next time your app runs, or even store them in a document. The predefined keys try to use shared values as much as possible so that moving such a document between systems still works. Printing support was added in GTK+ 2.10.

  2. newtype PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Memory-managed wrapper type.

  3. PrintSettings :: ManagedPtr PrintSettings -> PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    No documentation available.

  4. module Text.PrintfA

    No documentation available.

  5. data PrintfArgT

    ginger Text.PrintfA

    No documentation available.

  6. data PrintfTypeT

    ginger Text.PrintfA

    No documentation available.

  7. module Graphics.UI.Gtk.Printing.PrintContext

    Encapsulates context for drawing pages

    • Module available since Gtk+ version 2.10

  8. data PrintContext

    gtk Graphics.UI.Gtk.Printing.PrintContext

    No documentation available.

  9. class GObjectClass o => PrintContextClass o

    gtk Graphics.UI.Gtk.Printing.PrintContext

    No documentation available.

  10. module Graphics.UI.Gtk.Printing.PrintOperation

    High-level Printing API

    • Module available since Gtk+ version 2.10

Page 125 of many | Previous | Next