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 << 0 | Gtk::TREE_MODEL_ITERS_PERSIST | Iterators survive all signals emitted by the tree. |
1 << 1 | Gtk::TREE_MODEL_LIST_ONLY | The model is a list only, and never has children. |