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 See also printSettingsSetPageRanges.
-
gi-gtk3 GI.Gtk.Structs.PageRange Memory-managed wrapper type.
PageRange :: ManagedPtr PageRange -> PageRangegi-gtk3 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 PaperSize object stores not only the dimensions (width and height) of a paper size and its name, it also provides default [print margins][print-margins]. Printing support has been added in GTK+ 2.10.
-
gi-gtk3 GI.Gtk.Structs.PaperSize Memory-managed wrapper type.
PaperSize :: ManagedPtr PaperSize -> PaperSizegi-gtk3 GI.Gtk.Structs.PaperSize No documentation available.
type
PageSetupDoneFunc = PageSetup -> IO ()gi-gtk4 GI.Gtk.Callbacks The type of function that is passed to printRunPageSetupDialogAsync. This function will be called when the page setup dialog is dismissed, and also serves as destroy notify for data.
type
PageSetupDoneFunc_WithClosures = PageSetup -> Ptr () -> IO ()gi-gtk4 GI.Gtk.Callbacks The type of function that is passed to printRunPageSetupDialogAsync. This function will be called when the page setup dialog is dismissed, and also serves as destroy notify for data.
type
PrintJobCompleteFunc = PrintJob -> GError -> IO ()gi-gtk4 GI.Gtk.Callbacks The type of callback that is passed to printJobSend. It is called when the print job has been completely sent.
type
PrintJobCompleteFunc_WithClosures = PrintJob -> Ptr () -> GError -> IO ()gi-gtk4 GI.Gtk.Callbacks The type of callback that is passed to printJobSend. It is called when the print job has been completely sent.