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. printSetupRef :: (HasCallStack, MonadIO m) => PrintSetup -> m PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Increase the reference count of setup. Since: 4.14

  2. printSetupUnref :: (HasCallStack, MonadIO m) => PrintSetup -> m ()

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Decrease the reference count of setup. If the reference count reaches zero, the object is freed. Since: 4.14

  3. printBase :: SMTConfig -> Int

    grisette Grisette.Backend

    Print integral literals in this base (2, 10, and 16 are supported.)

  4. printRealPrec :: SMTConfig -> Int

    grisette Grisette.Backend

    Print algebraic real values with this precision. (SReal, default: 16)

  5. printContextCreatePangoContext :: PrintContextClass self => self -> IO PangoContext

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

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

  6. printContextCreatePangoLayout :: PrintContextClass self => self -> IO PangoLayout

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

    Creates a new PangoLayout that is suitable for use with the PrintContext.

  7. printContextGetCairoContext :: PrintContextClass self => self -> IO Cairo

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

    Obtains the cairo context that is associated with the PrintContext.

  8. printContextGetDpiX :: PrintContextClass self => self -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

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

  9. printContextGetDpiY :: PrintContextClass self => self -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

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

  10. printContextGetHardMargins :: PrintContextClass self => self -> IO (Maybe (Double, Double, Double, Double))

    gtk3 Graphics.UI.Gtk.Printing.PrintContext

    No documentation available.

Page 81 of many | Previous | Next