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.

  1. printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.

  2. 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.

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

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the width of the GtkPrintContext, in pixels.

  4. 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.

  5. 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

  6. 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

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

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the page setup. Since: 4.14

  8. 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

  9. 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

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

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Creates a new GtkPrintDialog object. Since: 4.14

Page 61 of many | Previous | Next