Comment 1 for bug 536678

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

Added a cell-edited signal that provides the cell renderer, the key for the column, and the new value

#Use the cell-edited signal to track changes
dg.connect("cell-edited", __handle_edited_cells)
def __handle_edited_cells(widget, cell, row, key, new_value, data=None):
    print new_value