James, thank you very much for answering my earlier question about coloring
rows in a treeview.

Of course, I have a few more questions!   :)

1).  I am using a treeview and a liststore.  When I click on a column header
to sort it, it sorts just fine.  However, the entire column shows up in a
darker shade than the rest of the treeview.  I looked in the docs to see if
there is a style property I can turn off for this, but did not find any.  Is
there any way to turn this off so that when the treeview sorts on a column,
it doesn't shade that column darker than the rest of the treeview?

2).  Also, in this treeview, I have attempted to make the column titles
bold.  I tried doing what the documentation said, namely creating a label
widget, setting its markup to bold, then placing that widget in the colum
header using the set_widget method, but it did not work.  Any ideas on what
I'm doing wrong?

3).  I have noticed that a treeview is significantly slower than a similar
clist.  In the app that I am working on, I have two versions.  Both versions
are identical, except that in one I am using a clist, and in the other
version I am using a treeview/liststore instead.  The clist version loads
the data faster, scrolls faster, etc.  Is there anything I can do today to
make the treeview faster or is this something that will only happen as the
Gtk toolkit and/or pygtk bindings mature?

Thanks again for any and all answers in advance!

Jamey Cribbs
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to