gtkPrintOperationSetDeferDrawing {RGtk2} | R Documentation |
Sets up the GtkPrintOperation
to wait for calling of
gtkPrintOperationDrawPageFinish
from application. It can
be used for drawing page in another thread.
gtkPrintOperationSetDeferDrawing(object)
|
This function must be called in the callback of "draw-page" signal. Since 2.16
Derived by RGtkGen from GTK+ documentation