> Is there a way to add controls in a listview? I need to add specifically
> the check buttons inside a listview control.

You may use gtk.CellRendererToggle()

And for combo, use
gtk.CellRendererCombo() (This is available from PyGTK 2.6.0 onwards)

--
Baiju M
_______________________________________________
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