Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintContext Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.
printContextGetPangoFontmap :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m FontMapgi-gtk4 GI.Gtk.Objects.PrintContext Returns a PangoFontMap that is suitable for use with the GtkPrintContext.
printContextGetWidth :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.PrintContext Obtains the width of the GtkPrintContext, in pixels.
-
gi-gtk4 GI.Gtk.Objects.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.
printDialogGetAcceptLabel :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Textgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the label that will be shown on the accept button of the print dialog. Since: 4.14
printDialogGetModal :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintDialog Returns whether the print dialog blocks interaction with the parent window while it is presented. Since: 4.14
printDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the page setup. Since: 4.14
printDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the print settings for the print dialog. Since: 4.14
printDialogGetTitle :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Textgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the title that will be shown on the print dialog. Since: 4.14
printDialogNew :: (HasCallStack, MonadIO m) => m PrintDialoggi-gtk4 GI.Gtk.Objects.PrintDialog Creates a new GtkPrintDialog object. Since: 4.14