[pygtk] Clist append without data

Scott F. Johnston scott@fleetingimage.com
Sat, 01 Jul 2000 00:49:43 -0700


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 information on GC's
and styles. gtk.org information is fragmentary at best.
I can't get a bg_pixmap to appear behind the cells of my clist.

TIA,

S