row_changed
Description:
[
HasEmitter ]
public virtual signal void row_changed (
TreePath path,
TreeIter iter)
This signal is emitted when a row in the model has changed.
Parameters:
path |
a TreePath-struct identifying the changed row
|
iter |
a valid TreeIter-struct pointing to the changed row
|