If I have a gtk.CellRendererToggle object:

    cell1 = gtk.CellRendererToggle()
    cell1.set_radio(True)
    col1 = gtk.TreeViewColumn('Enabled', cell1)
    col1.set_attributes(cell1, active=1)

How do I group a set of them together in the same radio group?  I don't see
any attributes on CellRendererToggles which allow me to do that.

Thanks,

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/
_______________________________________________
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