[pygtk] ANNOUNCE: pygtk-1.99.14, pyorbit-1.99.3, gnome-python-1.99.14

2002-12-27 Thread James Henstridge
I have just released new versions of pygtk, pyorbit and gnome-python, which make up the Python bindings for the GNOME 2.0 platform. They can be grabbed from: http://ftp.gnome.org/pub/GNOME/sources/pygtk/1.99/ http://ftp.gnome.org/pub/GNOME/sources/pyorbit/1.99/

Re: [pygtk] Re: Re: Focus ?

2002-12-27 Thread mc collilieux
Le Thu, 26 Dec 2002 11:13:25 -0200 (BRDT) Ricardo Froehlich [EMAIL PROTECTED] écrivait : dserie = GtkEntry() dserie.show() dserie.grab_focus() Very simple (?) but the cursor is not in the entry, i must click in it(or press TAB) for beginning type the data. If I press TAB, yes

Re: [pygtk] Re: Re: Focus ?

2002-12-27 Thread mc collilieux
Le Thu, 26 Dec 2002 21:37:42 +0800 James Henstridge [EMAIL PROTECTED] écrivait : mc collilieux wrote: that i do ! I write : dserie = GtkEntry() dserie.show() dserie.grab_focus() ... Try calling grab_focus() after adding the entry to the parent window (that is, the entry must be