Next:
tree-sortable
, Previous:
tree-drag-source
, Up:
Gtk+ Interfaces
6.3.15 tree-model
— Class:
tree-model
Slots:
Signals:
"row-changed". Signature: (instance
tree-model
), (arg-1
tree-path
), (arg-2
tree-iter
) => void. Options: run-last.
"row-deleted". Signature: (instance
tree-model
), (arg-1
tree-path
) => void. Options: run-first.
"row-has-child-toggled". Signature: (instance
tree-model
), (arg-1
tree-path
), (arg-2
tree-iter
) => void. Options: run-last.
"row-inserted". Signature: (instance
tree-model
), (arg-1
tree-path
), (arg-2
tree-iter
) => void. Options: run-first.
"rows-reordered". Signature: (instance
tree-model
), (arg-1
tree-path
), (arg-2
tree-iter
), (arg-3 gpointer) => void. Options: run-first.