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.

  1. printContextGetPangoFontmap :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m FontMap

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Returns a PangoFontMap that is suitable for use with the GtkPrintContext.

  2. printContextGetWidth :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the width of the GtkPrintContext, in pixels.

  3. printContextSetCairoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> Context -> Double -> Double -> m ()

    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.

  4. printDialogGetAcceptLabel :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the label that will be shown on the accept button of the print dialog. Since: 4.14

  5. printDialogGetModal :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns whether the print dialog blocks interaction with the parent window while it is presented. Since: 4.14

  6. printDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the page setup. Since: 4.14

  7. printDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the print settings for the print dialog. Since: 4.14

  8. printDialogGetTitle :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the title that will be shown on the print dialog. Since: 4.14

  9. printDialogNew :: (HasCallStack, MonadIO m) => m PrintDialog

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Creates a new GtkPrintDialog object. Since: 4.14

  10. printDialogPrint :: (HasCallStack, MonadIO m, IsPrintDialog a, IsWindow b, IsCancellable c) => a -> Maybe b -> Maybe PrintSetup -> Maybe c -> Maybe AsyncReadyCallback -> m ()

    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

Page 61 of many | Previous | Next