Hi,

Am Do, den 29.07.2004 um 12:22 Uhr -0700 schrieb Paul Dickson:
> 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?

I think gtk.Window.move(x, y) is excactly what you want.


Martin


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to