[pygtk] small reference leak in get/set_property

2002-08-01 Thread Arjan Molenaar
Hi, I've fixed a small reference leak in the get/set_property wrappers. It's also registered as bug #71021. Regards, Arjan Index: pygtk/gobjectmodule.c === RCS file: /cvs/gnome/gnome-python/pygtk/gobjectmodule.c,v retrieving

Re: [pygtk] yet another threading question

2002-08-01 Thread Rob Brown-Bayliss
On Thu, 2002-08-01 at 16:46, Rob Brown-Bayliss wrote: Hi, I have been going of the archive for a while now and I cant seem to get this sorted. My mail is down this morning, at least the recieving of mail so I don't know if thhere have been any replys, but I got it sorted with: def pending():

[pygtk] treview headers

2002-08-01 Thread Rob Brown-Bayliss
Hello, Is it possible to make the column headers in a gtk2 treeview widget stay in view while scrolling? And, how do I get the view to scroll with the active row when useing teh keyboard? I can move around the rows with the arrows on the keyboard, but if I go to far down the cursor keeps

Re: [pygtk] treview headers

2002-08-01 Thread James Henstridge
Rob Brown-Bayliss wrote: On Fri, 2002-08-02 at 16:21, James Henstridge wrote: Haven't run into any of these problems myself. Is the treeview packed inside a gtk.ScrolledWindow? If not, try doing that. The tree view should handle scrolling correctly in that case. swin =

Re: [pygtk] treview headers

2002-08-01 Thread Rob Brown-Bayliss
That is weird. Check the glade file to see if there is a GtkViewport between the TreeView and ScrolledWindow. If so, that could be the cause of the problem. If there is, then the GtkViewport will be handling the scrolling, and the TreeView won't handle things correctly (as far as it