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

    See also printSettingsSetPageRanges.

  2. newtype PageRange

    gi-gtk3 GI.Gtk.Structs.PageRange

    Memory-managed wrapper type.

  3. PageRange :: ManagedPtr PageRange -> PageRange

    gi-gtk3 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 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.

  5. newtype PaperSize

    gi-gtk3 GI.Gtk.Structs.PaperSize

    Memory-managed wrapper type.

  6. PaperSize :: ManagedPtr PaperSize -> PaperSize

    gi-gtk3 GI.Gtk.Structs.PaperSize

    No documentation available.

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

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

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

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

Page 868 of many | Previous | Next