Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Enums Prev   GtkTreeModelFlags Next These flags indicate various properties of a GtkTreeModel . They are returned by get_flags() , and must be static for the lifetime object. Value Symbolic nam...
Forum und email

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.