Re: [pygtk] Cell height depending on amount of text

2004-11-23 Thread Johan Dahlin
 All cells of a treeview have to be the same height? Is there any way to
 make the height of every cell depend on the amount of text it
 contains?

No, the default behavior is to allow cells of different height.
I'm not sure how flexible the mechanism is though. If all cells in the
same row needs to have the same height or not.

I have never done this myself, but try playing around with
GtkCellRender.set_fixed_height.

-- 
Johan Dahlin [EMAIL PROTECTED]

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


[pygtk] Cell height depending on amount of text

2004-11-22 Thread David Gil Oliva
Hi!

All cells of a treeview have to be the same height? Is there any way to
make the height of every cell depend on the amount of text it
contains?

Thnx in advance

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