PDA

View Full Version : question , how to open print dialog with python?


whise
August 8th, 2007, 03:42 PM
cant seem to find anything about it , anyone know?

RYX
August 8th, 2007, 04:10 PM
It depends on the toolkit you use. I think you could use the gtk.PrintDialog for that.

btw: You should install "devhelp" and the devhelp-documentation for pygtk2.

:)