Re: [pygtk] new snapshot of pygtk

1999-04-21 Thread James Henstridge
This is a bit difficult, as there doesn't seem to be anywhere to pass in a user_data argument, that is used in pygtk to keep a reference to the python function. James Henstridge. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ On Wed, 21 Apr 1999, David M. Cook wrote: On

Re: [pygtk] new snapshot of pygtk

1999-04-21 Thread David M. Cook
On Thu, Apr 22, 1999 at 10:37:53AM +0800, James Henstridge wrote: This is a bit difficult, as there doesn't seem to be anywhere to pass in a user_data argument, that is used in pygtk to keep a reference to the python function. I thought it might be something fundamental like that as the def

Re: [pygtk] new snapshot of pygtk

1999-04-21 Thread James Henstridge
Maybe ... it would probably have to wait for gtk+ 1.3 series. It would require adding a sort_user_data member to the GtkCList structure. This might not sound bad at first, but it would change all the addresses of GtkCTree public members, which would break binary compatibility (and that is

Re: [pygtk] new snapshot of pygtk and gnome-python

1999-02-23 Thread James Henstridge
Probably just have to revert to the old way. Convert getattr(self, i) to "self.get_data(i)" and setattr(self, i, a) to "self.set_data(i, a)" James Henstridge. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ On Tue, 23 Feb 1999, Sam Tannous wrote: Sorry for my stupidity,

Re: [pygtk] New snapshot of pygtk

1999-02-19 Thread Chi-Deok Hwang
If you can think of some more functions that should accept None instead of a string or object, report that here as well. gtk_selection_owner_set(widget, selection, time) where widget may be NULL. To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Re: [pygtk] New snapshot of pygtk

1999-02-19 Thread Hrvoje Niksic
James Henstridge [EMAIL PROTECTED] writes: I am not sure how to handle this problem. Does anyone have any ideas? Can you please try to recapitulate what exactly the problem is? I find it sort of hard to follow. To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]