On Wed, Aug 18, 2004 at 10:29:10AM -0600, Cristian Prieto wrote: > Yep, I know already about gtk.CellRendererText(), gtk.CellRendererPixbuf > () and gtk.CellRendererToggle().... > I need to insert a gtk.ComboBox and a gtk.CheckBox, I guess I need to > pass a list to the gtk.ComboBox in the model and a bool to the > CheckBox...
The checkbox is easy, just use a CellRendererToggle and set the "active" property. 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/
