PrintOperation.setDeferDrawing
void setDeferDrawing()Sets up the gtk.print_operation.PrintOperation to wait for calling of methodGtk.PrintOperation.draw_page_finish from application.
This can be used for drawing page in another thread.
This function must be called in the callback of the [gtk.print_operation.PrintOperation.drawPage signal.