Lines Matching defs:tree
51 GtkTreeStore *tree1, *tree2, *tree;
192 tree = tree2 = gtk_tree_store_new(COL_NUMBER,
798 /* Change the value of a symbol and update the tree */
989 /* User click: display sub-tree in the right frame. */
1172 gtk_tree_store_set(tree, node,
1194 /* Add a node to the tree */
1200 gtk_tree_store_append(tree, node, parent);
1205 /* Find a node in the GTK+ tree */
1242 * Update the tree by adding/removing entries
1330 /* Display the whole tree (single/split/full view) */
1352 && !(child->flags & MENU_ROOT) && (tree == tree1))
1356 && (tree == tree2))
1377 && (tree == tree2))
1399 /* Display a part of the tree starting at current node (single/split view) */
1417 tree = tree1;
1420 tree = tree2;