Re: [pygtk] GtkTreeView Oddness

2004-11-23 Thread Dave Aitel
Robert Uhl wrote:
I've a GtkTreeView with a GtkTreeStore as its model, and I've noticed
something extremely odd: the first column will appear or disappear as I
mouseover it, or shrink or expand the column.  Has anyone any idea what
might be causing this?  I've never seen it happen before, and it's
driving me quite batty.
 

I use gtktreeview a lot and I've never seen this happen - but it doesn't 
show/update unless it gets mouseovered for me, which may be a clue in 
the puzzle. :
-dave

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


Re: [pygtk] GtkTreeView Oddness

2004-11-23 Thread Niklas Volbers
I had something similar lately: The expander icon would appear or 
disappear!!! Finally I realized this was a bug in the GTK-theme I was 
using.  Switching to another theme solved my problem.

If this is not your problem you might want to post the initialization 
code for your treeview.

Niklas Volbers.
Robert Uhl wrote:
I've a GtkTreeView with a GtkTreeStore as its model, and I've noticed
something extremely odd: the first column will appear or disappear as I
mouseover it, or shrink or expand the column.  Has anyone any idea what
might be causing this?  I've never seen it happen before, and it's
driving me quite batty.

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