Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printContextGetHardMargins :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m (Bool, Double, Double, Double, Double)

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the hardware printer margins of the GtkPrintContext, in units.

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

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the height of the GtkPrintContext, in pixels.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the width of the GtkPrintContext, in pixels.

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the page setup. Since: 4.14

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

Page 40 of many | Previous | Next