Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printContextGetHeight :: PrintContextClass self => self -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PrintContext Obtains the height of the PrintContext, in pixels.
printContextGetPageSetup :: PrintContextClass self => self -> IO PageSetupgtk3 Graphics.UI.Gtk.Printing.PrintContext Obtains the PageSetup that determines the page dimensions of the PrintContext.
printContextGetPangoFontmap :: PrintContextClass self => self -> IO FontMapgtk3 Graphics.UI.Gtk.Printing.PrintContext Returns a FontMap that is suitable for use with the PrintContext.
printContextGetWidth :: PrintContextClass self => self -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PrintContext Obtains the width of the PrintContext, in pixels.
printContextSetCairoContext :: PrintContextClass self => self -> Cairo -> Double -> Double -> IO ()gtk3 Graphics.UI.Gtk.Printing.PrintContext Sets a new cairo context on a print context. This function is intended to be used when implementing an internal print preview, it is not needed for printing, since Gtk+ itself creates a suitable cairo context in that case.
printOperationAllowAsync :: PrintOperationClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Printing.PrintOperation Determines whether the print operation may run asynchronously or not. Some systems don't support asynchronous printing, but those that do will return 'PrintOperationResultInProgress' as the status, and emit the "done" signal when the operation is actually done. The Windows port does not support asynchronous operation at all (this is unlikely to change). On other platforms, all actions except for 'PrintOperationActionExport' support asynchronous operation. Default value: False Since 2.10
printOperationCancel :: PrintOperationClass self => self -> IO ()gtk3 Graphics.UI.Gtk.Printing.PrintOperation Cancels a running print operation. This function may be called from a beginPrint, paginate or drawPage signal handler to stop the currently running print operation.
printOperationCurrentPage :: PrintOperationClass self => Attr self Intgtk3 Graphics.UI.Gtk.Printing.PrintOperation The current page in the document. If this is set before printOperationRun, the user will be able to select to print only the current page. Note that this only makes sense for pre-paginated documents. Allowed values: >= GMaxulong Default value: -1 Since 2.10
printOperationCustomTabLabel :: (PrintOperationClass self, GlibString string) => Attr self stringgtk3 Graphics.UI.Gtk.Printing.PrintOperation Used as the label of the tab containing custom widgets. Note that this property may be ignored on some platforms. If this is Nothing, GTK+ uses a default label. Default value: Nothing Since 2.10
-
gtk3 Graphics.UI.Gtk.Printing.PrintOperation The PageSetup used by default. This page setup will be used by printOperationRun, but it can be overridden on a per-page basis by connecting to the requestPageSetup signal. Since 2.10