GtkTreeModelFlags

These flags indicate various properties of a gtk.TreeModel

They are returned by TreeModel.getFlags, and must be static for the lifetime of the object. A more complete description of GTK_TREE_MODEL_ITERS_PERSIST can be found in the overview of this section.

Values

ValueMeaning
ITERS_PERSIST1

iterators survive all signals emitted by the tree

LIST_ONLY2

the model is a list only, and never has children