Lines Matching defs:tree
55 GtkTreeStore *tree1, *tree2, *tree;
196 tree = tree2 = gtk_tree_store_new(COL_NUMBER,
805 /* Change the value of a symbol and update the tree */
996 /* User click: display sub-tree in the right frame. */
1175 gtk_tree_store_set(tree, node,
1197 /* Add a node to the tree */
1203 gtk_tree_store_append(tree, node, parent);
1208 /* Find a node in the GTK+ tree */
1245 * Update the tree by adding/removing entries
1333 /* Display the whole tree (single/split/full view) */
1355 && !(child->flags & MENU_ROOT) && (tree == tree1))
1359 && (tree == tree2))
1380 && (tree == tree2))
1402 /* Display a part of the tree starting at current node (single/split view) */
1420 tree = tree1;
1423 tree = tree2;