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.
PrintCapabilitiesNumberUpLayout :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will allow to rearrange pages when printing multiple pages per sheet
PrintCapabilitiesPageSet :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will offer printing even/odd pages.
PrintCapabilitiesPreview :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will offer a preview
PrintCapabilitiesReverse :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will allow to print pages in reverse order.
PrintCapabilitiesScale :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will allow to scale the output.
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.
-
gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview Memory-managed wrapper type.
PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreviewgi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview No documentation available.
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.
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.