On Mon, 2002-07-08 at 14:27, icewind wrote:
> How would I make the text in one row of a CList a
> different color?
clist.set_background(row, colour)
where:
clist is your GTK CList,
row is the row you want to change, and
colour is a GDK colour (see GdkColor).
--
Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/