Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

    gtk Graphics.UI.Gtk.Printing.PrintContext

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

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

    gtk Graphics.UI.Gtk.Printing.PrintContext

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

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

    gtk Graphics.UI.Gtk.Printing.PrintContext

    No documentation available.

  4. printContextGetHeight :: PrintContextClass self => self -> IO Double

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Obtains the height of the PrintContext, in pixels.

  5. printContextGetPageSetup :: PrintContextClass self => self -> IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Obtains the PageSetup that determines the page dimensions of the PrintContext.

  6. printContextGetPangoFontmap :: PrintContextClass self => self -> IO FontMap

    gtk Graphics.UI.Gtk.Printing.PrintContext

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

  7. printContextGetWidth :: PrintContextClass self => self -> IO Double

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Obtains the width of the PrintContext, in pixels.

  8. printContextSetCairoContext :: PrintContextClass self => self -> Cairo -> Double -> Double -> IO ()

    gtk Graphics.UI.Gtk.Printing.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.

  9. printOperationAllowAsync :: PrintOperationClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Determines whether the print operation may run asynchronously or not. Some systems don't support asynchronous printing, but those that do will return 'PrintOperationResultInProgress' as the status, and emit the "done" signal when the operation is actually done. The Windows port does not support asynchronous operation at all (this is unlikely to change). On other platforms, all actions except for 'PrintOperationActionExport' support asynchronous operation. Default value: False Since 2.10

  10. printOperationCancel :: PrintOperationClass self => self -> IO ()

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Cancels a running print operation. This function may be called from a beginPrint, paginate or drawPage signal handler to stop the currently running print operation.

Page 61 of many | Previous | Next