Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PrintCapabilitiesNumberUpLayout :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to rearrange pages when printing multiple pages per sheet

  2. PrintCapabilitiesPageSet :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will offer printing even/odd pages.

  3. PrintCapabilitiesPreview :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will offer a preview

  4. PrintCapabilitiesReverse :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to print pages in reverse order.

  5. PrintCapabilitiesScale :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to scale the output.

  6. module GI.Gtk.Interfaces.PrintOperationPreview

    GtkPrintOperationPreview is the interface that is used to implement print preview. A GtkPrintOperationPreview object is passed to the PrintOperation::preview signal by PrintOperation.

  7. newtype PrintOperationPreview

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Memory-managed wrapper type.

  8. PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreview

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    No documentation available.

  9. type PrintOperationPreviewGotPageSizeCallback = PrintContext -> PageSetup -> IO ()

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Emitted once for each page that gets rendered to the preview. A handler for this signal should update the context according to pageSetup and set up a suitable cairo context, using printContextSetCairoContext.

  10. type PrintOperationPreviewReadyCallback = PrintContext -> IO ()

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    The ready signal gets emitted once per preview operation, before the first page is rendered. A handler for this signal can be used for setup tasks.

Page 150 of many | Previous | Next