Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. module GI.Gtk.Structs.PageRange

    A range of pages to print. See also printSettingsSetPageRanges.

  2. newtype PageRange

    gi-gtk4 GI.Gtk.Structs.PageRange

    Memory-managed wrapper type.

  3. PageRange :: ManagedPtr PageRange -> PageRange

    gi-gtk4 GI.Gtk.Structs.PageRange

    No documentation available.

  4. module GI.Gtk.Structs.PaperSize

    GtkPaperSize handles paper sizes. It uses the standard called PWG 5101.1-2002 PWG: Standard for Media Standardized Names to name the paper sizes (and to get the data for the page sizes). In addition to standard paper sizes, GtkPaperSize allows to construct custom paper sizes with arbitrary dimensions. The GtkPaperSize object stores not only the dimensions (width and height) of a paper size and its name, it also provides default print margins.

  5. newtype PaperSize

    gi-gtk4 GI.Gtk.Structs.PaperSize

    Memory-managed wrapper type.

  6. PaperSize :: ManagedPtr PaperSize -> PaperSize

    gi-gtk4 GI.Gtk.Structs.PaperSize

    No documentation available.

  7. module GI.Gtk.Structs.PrintBackend

    No description available in the introspection data.

  8. newtype PrintBackend

    gi-gtk4 GI.Gtk.Structs.PrintBackend

    Memory-managed wrapper type.

  9. PrintBackend :: ManagedPtr PrintBackend -> PrintBackend

    gi-gtk4 GI.Gtk.Structs.PrintBackend

    No documentation available.

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

Page 892 of many | Previous | Next