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. printContextGetPangoFontmap :: PrintContextClass self => self -> IO FontMap

    gtk Graphics.UI.Gtk.Printing.PrintContext

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

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

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Obtains the width of the PrintContext, in pixels.

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

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

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

  6. printOperationCurrentPage :: PrintOperationClass self => Attr self Int

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    The current page in the document. If this is set before printOperationRun, the user will be able to select to print only the current page. Note that this only makes sense for pre-paginated documents. Allowed values: >= GMaxulong Default value: -1 Since 2.10

  7. printOperationCustomTabLabel :: (PrintOperationClass self, GlibString string) => Attr self string

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Used as the label of the tab containing custom widgets. Note that this property may be ignored on some platforms. If this is Nothing, GTK+ uses a default label. Default value: Nothing Since 2.10

  8. printOperationDefaultPageSetup :: (PrintOperationClass self, PageSetupClass pageSetup) => ReadWriteAttr self PageSetup pageSetup

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    The PageSetup used by default. This page setup will be used by printOperationRun, but it can be overridden on a per-page basis by connecting to the requestPageSetup signal. Since 2.10

  9. printOperationDrawPageFinish :: PrintOperationClass self => self -> IO ()

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Signalize that drawing of particular page is complete. It is called after completion of page drawing (e.g. drawing in another thread). If printOperationSetDeferDrawing was called before, then this function has to be called by application. In another case it is called by the library itself.

    • Available since Gtk+ version 2.16

  10. printOperationEmbedPageSetup :: PrintOperationClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    If True, page size combo box and orientation combo box are embedded into page setup page. Default value: False Since 2.18

Page 40 of many | Previous | Next