On Wed, Oct 27, 2004 at 06:56:19PM -0300, Fernando San Mart?n Woerner wrote:

> I need to pack a gtk.Expander inside a cell in a treeview, is this
> possible?, 

Not currently.  For any particular widget you want in a cell a CellRenderer
needs to be implemented.  gtk+ 2.4 has CellRenderers for text (which can be
editable), pixbufs, and toggle buttons, and 2.6 will have combobox and
progressbar renderers.

> do i use pack_start() method?

pack_start is for "packing" CellRenderer's into a TreeViewColumn.  

Dave Cook
_______________________________________________
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