On Mon, Oct 13, 2003 at 09:50:57AM +0200, Lorenzo Gil Sanchez wrote: > > I'd like to display a combo box in a cell within a treeview. I'm fairly sure > > I've seen other gtk ap[ps doing this, so I'm hoping it's possible... > > > You can do that with C. With Python you can create a custom CellRenderer > to render the cells in the way you want. What you can not do in Python > is a CellRender with edit capabilities, like a combo box. If you want a > CellRenderer to support edition it must implement the CellEditable > interface. There is no way to make a Python class to implement a GLib > interface with the current PyGTK bindings.
But what about your example posted to http://www.mail-archive.com/[EMAIL PROTECTED]/msg06091.html ? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
