[pygtk] Restoring Window Positions
Paul Dickson
dickson at permanentmail.com
Fri Jul 30 03:22:16 WST 2004
I have a PyGYK program I'm writing, and I'd like to restore the window
positions that the user had the last time the program ran. I've only
found the .set_uposition(x,y) but I'm getting DeprecationWarning
warnings.
Is there a replacement for .set_uposition() that isn't deprecated? Or
failing that, another way to restore the window's position?
-Paul
More information about the pygtk
mailing list