Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview Renders a page to the preview, using the print context that was passed to the PrintOperation::preview handler together with preview. A custom iprint preview should use this function in its expose handler to render the currently selected page. Note that this function requires a suitable cairo context to be associated with the print context. Since: 2.10
printContextCreatePangoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Contextgi-gtk3 GI.Gtk.Objects.PrintContext Creates a new Context that can be used with the PrintContext. Since: 2.10
printContextCreatePangoLayout :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Layoutgi-gtk3 GI.Gtk.Objects.PrintContext Creates a new Layout that is suitable for use with the PrintContext. Since: 2.10
printContextGetCairoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Contextgi-gtk3 GI.Gtk.Objects.PrintContext Obtains the cairo context that is associated with the PrintContext. Since: 2.10
printContextGetDpiX :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.PrintContext Obtains the horizontal resolution of the PrintContext, in dots per inch. Since: 2.10
printContextGetDpiY :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.PrintContext Obtains the vertical resolution of the PrintContext, in dots per inch. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintContext Obtains the hardware printer margins of the PrintContext, in units. Since: 2.20
printContextGetHeight :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.PrintContext Obtains the height of the PrintContext, in pixels. Since: 2.10
printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetupgi-gtk3 GI.Gtk.Objects.PrintContext Obtains the PageSetup that determines the page dimensions of the PrintContext. Since: 2.10
printContextGetPangoFontmap :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m FontMapgi-gtk3 GI.Gtk.Objects.PrintContext Returns a FontMap that is suitable for use with the PrintContext. Since: 2.10