Re: [pygtk] Clist append without data

2000-07-02 Thread acano
On Sat, 01 Jul 2000 00:49:43 -0700, "Scott F. Johnston" [EMAIL PROTECTED] wrote: Does anybody have a patch to allow a GtkCList's "append" method to be called with "NULL" which would add the row with no data? The 0.6.6 *_wrap_gtk_clist_append requires a sequence object. Not passing an

[pygtk] Clist append without data

2000-07-01 Thread Scott F. Johnston
Does anybody have a patch to allow a GtkCList's "append" method to be called with "NULL" which would add the row with no data? The 0.6.6 *_wrap_gtk_clist_append requires a sequence object. Not passing an argument would be a good trigger for this. Also, I can't find any /good/ tutorial