Re: [pygtk] Restoring Window Positions

2004-08-02 Thread Paul Dickson
On Mon, 2 Aug 2004 11:18:06 -0300, Christian Robottom Reis wrote:

> On Fri, Jul 30, 2004 at 10:09:43AM +0200, Martin Grimme wrote:
> > > 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.
> 
> Added as an item to FAQ 2.3:
> 
> http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq02.003.htp

How about updating 10.3 too?

-Paul

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


Re: [pygtk] Restoring Window Positions

2004-08-02 Thread Christian Robottom Reis
On Fri, Jul 30, 2004 at 10:09:43AM +0200, Martin Grimme wrote:
> > 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.

Added as an item to FAQ 2.3:

http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq02.003.htp

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] Restoring Window Positions

2004-07-30 Thread Martin Grimme
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/


[pygtk] Restoring Window Positions

2004-07-29 Thread 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?

-Paul

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