Method GTK2.PrintOperation()->run()


Method run

int run(int action, GTK2.Window parent)

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.