Re: [pygtk] Statusicon under Windows 7

2010-02-11 Thread Yann Leboulanger
John Stowers wrote: 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

[pygtk] scroll in textview and problem with tab

2010-02-11 Thread Alexander Kuleshov
Hi guys. I have following problem. I have code that adds a new tab in NoteBook with gtk.TextView and button and label to close tabs on the tab itself. The problem is that I'm trying to add this to gtk.TextView scroll to scroll the text with scrolled widow, but when you add the tab appears but

[pygtk] Gaphas 0.5.1 release

2010-02-11 Thread Arjan Molenaar
Hi all, A new version of Gaphas is out. Gaphas is a diagram widget written in Python. It uses Cairo for rendering. This release fixed the following issues: - Can't undo deletion of a connected element properly - Fix horizontal toggle got orthogonal lines - Orthogonal lines should have at least

Re: [pygtk] Python 3 and introspection hackfest

2010-02-11 Thread John Palmieri
- Tomeu Vizoso to...@tomeuvizoso.net wrote: 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

Re: [pygtk] Creating gtk.TextView cellRenderer

2010-02-11 Thread Don Question
Hi Ben, unless you don't include an example and error-log there's practicaly no way we can guess where your problem is! But maybe this link is just what you need: http://faq.pygtk.org/index.py?req=showfile=faq13.045.htp Regards Don ___