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.
printSetupGetPrintSettings :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PrintSettings)gi-gtk4 GI.Gtk.Structs.PrintSetup Returns the print settings of setup. They may be different from the GtkPrintDialog's settings if the user changed them during the setup process. Since: 4.14
printSetupRef :: (HasCallStack, MonadIO m) => PrintSetup -> m PrintSetupgi-gtk4 GI.Gtk.Structs.PrintSetup Increase the reference count of setup. Since: 4.14
printSetupUnref :: (HasCallStack, MonadIO m) => PrintSetup -> m ()gi-gtk4 GI.Gtk.Structs.PrintSetup Decrease the reference count of setup. If the reference count reaches zero, the object is freed. Since: 4.14
printfG :: forall (m :: Type -> Type) . String -> [GVal m] -> Stringginger Text.Ginger.Run.Builtins No documentation available.
printfa :: PrintfType t => String -> [PrintfArgT] -> tginger Text.PrintfA No documentation available.
printContextCreatePangoContext :: PrintContextClass self => self -> IO PangoContextgtk Graphics.UI.Gtk.Printing.PrintContext Creates a new Context that can be used with the PrintContext.
printContextCreatePangoLayout :: PrintContextClass self => self -> IO PangoLayoutgtk Graphics.UI.Gtk.Printing.PrintContext Creates a new PangoLayout that is suitable for use with the PrintContext.
printContextGetCairoContext :: PrintContextClass self => self -> IO Cairogtk Graphics.UI.Gtk.Printing.PrintContext Obtains the cairo context that is associated with the PrintContext.
printContextGetDpiX :: PrintContextClass self => self -> IO Doublegtk Graphics.UI.Gtk.Printing.PrintContext Obtains the horizontal resolution of the PrintContext, in dots per inch.
printContextGetDpiY :: PrintContextClass self => self -> IO Doublegtk Graphics.UI.Gtk.Printing.PrintContext Obtains the vertical resolution of the PrintContext, in dots per inch.