Re: [pygtk] What is gobject.TYPE_BOXED?

2010-07-08 Thread Tomeu Vizoso
On Thu, Jul 8, 2010 at 05:56, John Stowers john.stowers.li...@gmail.com wrote: On Thu, Jul 8, 2010 at 2:48 PM, Jason Heeris jason.hee...@gmail.com wrote: Looking through the PyGTK gobject type constants[1], I noticed the gobject.TYPE_BOXED constant. What is it, exactly? Does it have a use in

Re: [pygtk] How About a PyGtk Stable Release?

2010-07-08 Thread Tomeu Vizoso
On Mon, Jul 5, 2010 at 15:30, John Stowers john.stowers.li...@gmail.com wrote: Hi All, It would be great if we could do a PyGtk stable release to align with the last gtk-2.0 release. I am happy to do this if no-one else wants to. I guess you should go for it. Also, would it be worth

Re: [pygtk] PyGtk and gtk-3.0 compatibility

2010-07-08 Thread Tomeu Vizoso
On Mon, Jul 5, 2010 at 15:48, John Stowers john.stowers.li...@gmail.com wrote: Hi, First of all, PyGI and GObject introspection is the way forward. Now, that being said, it seems a little silly to spend all this effort porting C apps in GNOME to gtk-3.0 only to see the first PyGtk app drag

[pygtk] How to unit test DnD in gtk

2010-07-08 Thread Arjan Molenaar
Hi, For a few days now i've been struggling to get some tests done on the DnD code in Pygtk. I want to have a small test suite that checks if the DnD behaviour is as expected. However, I'm not able to figure out how to call what API's (and then) to trigger DnD behaviour from a unit test. Has

Re: [pygtk] PyGtk and gtk-3.0 compatibility

2010-07-08 Thread Gerald Britton
On Thu, Jul 8, 2010 at 4:03 AM, Tomeu Vizoso to...@sugarlabs.org wrote: On Mon, Jul 5, 2010 at 15:48, John Stowers john.stowers.li...@gmail.com wrote: Hi, First of all, PyGI and GObject introspection is the way forward. Now, that being said, it seems a little silly to spend all this effort

Re: [pygtk] PyGtk and gtk-3.0 compatibility

2010-07-08 Thread Tomeu Vizoso
On Thu, Jul 8, 2010 at 16:19, Gerald Britton gerald.brit...@gmail.com wrote: On Thu, Jul 8, 2010 at 4:03 AM, Tomeu Vizoso to...@sugarlabs.org wrote: On Mon, Jul 5, 2010 at 15:48, John Stowers john.stowers.li...@gmail.com wrote: Hi, First of all, PyGI and GObject introspection is the way

Re: [pygtk] How About a PyGtk Stable Release?

2010-07-08 Thread John Stowers
On Thu, 2010-07-08 at 09:57 +0200, Tomeu Vizoso wrote: On Mon, Jul 5, 2010 at 15:30, John Stowers john.stowers.li...@gmail.com wrote: Hi All, It would be great if we could do a PyGtk stable release to align with the last gtk-2.0 release. I am happy to do this if no-one else wants to.

[pygtk] FileChooserButton forgets changed file

2010-07-08 Thread Jason Heeris
Consider the attached program. Try this: 1. Select a file that is in a directory *with at least one other file* 2. Click Check to verify the path 3. Open the file in a text editor, modify it and save it 4. Click Check again When I try this, the path has changed! Have I done something wrong, or