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.
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
-
gi-gtk4 GI.Gtk.Objects.PrintDialog This function prints content from a stream. If you pass NULL as setup, then this method will present a print dialog. Otherwise, it will attempt to print directly, without user interaction. The callback will be called when the printing is done. It should call printDialogPrintFinish to obtain the results. Since: 4.14