GtkTreeModelFlags

These flags indicate various properties of a GtkTreeModel. They are returned by get_flags() , and must be static for the lifetime of the object.

Value

Symbolic name

Description

 1 << 0Gtk::TREE_MODEL_ITERS_PERSIST Iterators survive all signals emitted by the tree.
 1 << 1Gtk::TREE_MODEL_LIST_ONLY The model is a list only, and never has children.