Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. printContextCreatePangoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Context

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Creates a new Context that can be used with the PrintContext. Since: 2.10

  2. printContextCreatePangoLayout :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Layout

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Creates a new Layout that is suitable for use with the PrintContext. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the cairo context that is associated with the PrintContext. Since: 2.10

  4. printContextGetDpiX :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the horizontal resolution of the PrintContext, in dots per inch. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the vertical resolution of the PrintContext, in dots per inch. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the hardware printer margins of the PrintContext, in units. Since: 2.20

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the height of the PrintContext, in pixels. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the PageSetup that determines the page dimensions of the PrintContext. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Returns a FontMap that is suitable for use with the PrintContext. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the width of the PrintContext, in pixels. Since: 2.10

Page 27 of many | Previous | Next