> The CTree widget can do everything Tree does, and is less broken.
Hi, I have seen several people in this list mention that the Tree widget
is broken, and the CTree also broken, but less broken
How do you define broken in this case? Could some one highlight the
problems for me?
Also, I would like to set the background of a GtkCtree to white, but
cant seem to make it work.
I saw a reference to setting a node background in gtk.py and tried but
creating a GdkColor widget:
white = GdkColor(255,255,255)
my_ctree.node_set_background(my_ctree.node_nth(4),white)
But it made the backgound black. So I tried (1,1,1) and had the same
effect...
Though I would reather set the whole widget background to white than
individual nodes (like is done in pygme and the controlcentre)
thanks...
--
Rob Brown-Bayliss
---======o======---
www.ZOOstation.cc
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk