Re: [pygtk] Python 3 and introspection hackfest

2010-02-09 Thread Tomeu Vizoso
On Fri, Feb 5, 2010 at 22:22, Zachary Goldberg zgold...@gmail.com wrote: On Fri, Feb 5, 2010 at 1:16 PM, John Palmieri jo...@redhat.com wrote: - Tomeu Vizoso to...@tomeuvizoso.net wrote: Hi, there's interest in having a hackfest sponsored by the GNOME Foundation that would give a push

Re: [pygtk] Python 3 and introspection hackfest

2010-02-09 Thread Tomeu Vizoso
On Tue, Feb 9, 2010 at 16:48, Zachary Goldberg zgold...@gmail.com wrote: Callbacks, and recently ive been bitten hard by the lack of nullable argument support so thats in my crosshairs as well. Cool. Do people think we should wait a bit more for more interested participants? Regards, Tomeu

Re: [pygtk] Statusicon under Windows 7

2010-02-09 Thread Yann Leboulanger
Yann Leboulanger wrote: Hi all, Under windows seven (and probably windows server) gtk.statusicon disappear from systray. Even if we ask Windows to keep it in systay, it stays until we restart the program. Is there something I did badly? I attach a small testcase. Nobody uses

Re: [pygtk] Can't set a parent on widget which has a parent

2010-02-09 Thread Pietro Battiston
Il giorno mar, 09/02/2010 alle 18.36 +0600, Alexander Kuleshov ha scritto: Hello. I have following problem. Am writing a simple program with pygtk. I have a window on it located menu, statusbar and NoteBook. The tabs should be located NoteBook element GtkTextView. By clicking on the menu, I

Re: [pygtk] Can't set a parent on widget which has a parent

2010-02-09 Thread Wojciech Muła
Alexander Kuleshov kuleshovm...@gmail.com wrote: Hello. I have following problem. Am writing a simple program with pygtk. I have a window on it located menu, statusbar and NoteBook. The tabs should be located NoteBook element GtkTextView. By clicking on the menu, I must appear a new tab with

Re: [pygtk] Statusicon under Windows 7

2010-02-09 Thread John Stowers
On Tue, 2010-02-09 at 19:38 +0100, Yann Leboulanger wrote: Yann Leboulanger wrote: Hi all, Under windows seven (and probably windows server) gtk.statusicon disappear from systray. Even if we ask Windows to keep it in systay, it stays until we restart the program. Is there