Method GTK2.PrintOperation()->run()
- Method
run
 intrun(intaction,GTK2.Windowparent)- Description
 Runs the print operation, by first letting the user modify print settings in the print dialog, and then print the document.
Normally that this function does not return until the rendering of all pages is complete. You can connect to the ::status-changed signal to obtain some information about the progress of the print operation. Furthermore, it may use a recursive mainloop to show the print dialog.