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.
module GI.Gtk.Structs.
PageRange A range of pages to print. See also printSettingsSetPageRanges.
-
gi-gtk4 GI.Gtk.Structs.PageRange Memory-managed wrapper type.
PageRange :: ManagedPtr PageRange -> PageRangegi-gtk4 GI.Gtk.Structs.PageRange No documentation available.
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.
-
gi-gtk4 GI.Gtk.Structs.PaperSize Memory-managed wrapper type.
PaperSize :: ManagedPtr PaperSize -> PaperSizegi-gtk4 GI.Gtk.Structs.PaperSize No documentation available.
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