Arie Timmerman wrote:
I'm trying to add a VBox to my TreeView but it doesnt work. My current code:

It's not possible to put arbitrary widgets inside a GtkTreeView, (due to technical reasons, a cellrenderer in the view does not have its own GdkWindow), you have to use any of the GtkCellRenderers that comes with gtk+ or in worst case, write your own.

Johan

_______________________________________________
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