Package: gtk

Function gtk:print-operation-set-defer-drawing

Lambda List

gtk:print-operation-set-defer-drawing (operation)

Arguments

operation -- a gtk:print-operation object

Details

Sets up the gtk:print-operation object to wait for calling of the gtk:print-operation-draw-page-finish function from the application. It can be used for drawing page in another thread.

This function must be called in the callback of a "draw-page" signal.
 

See also

#2023-8-28