On 9 May 2011 19:25, Alessandro Dentella <[email protected]> wrote: >> Is there a way to tell the CellRenderer to redraw, or recheck? > > sure. Emitting a row-changed will trigger a redraw: > > model.emit('row-changed', path, iter)
Presumably I trigger this by calling gtk.TreeModel.row_changed(path, iter) — but why does it take *both* a path and iter? — Jason _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
