Searched refs:top_node (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/editres/dist/ |
| H A D | utils.c | 154 * Arguments: top_node - the top node. 160 FindNode(WNode *top_node, unsigned long *ids, Cardinal number) argument 165 if (top_node == NULL) 168 if (ids[0] != top_node->id) 171 for (node = top_node, i = 1 ; i < number; i++) { 200 return(FindWidgetFromWindowGivenNode(tree_info->top_node, win)); 283 PerformTreeToFileDump(tree_info->top_node, 0, fp); 520 node = FindNode(global_tree_info->top_node, 777 * Arguments: top_node - top node of the tree. 784 ExecuteOverAllNodes(WNode *top_node, voi argument [all...] |
| H A D | wtree.c | 45 static void AddNode ( WNode ** top_node, WidgetTreeInfo * info, 73 top = global_tree_info->top_node; 244 tree_info->top_node = NULL; 251 AddNode(&(tree_info->top_node), (send_event->info + i), tree_info); 296 top = tree_info->top_node; 328 _TreeSelectNode(tree_info->top_node, type, TRUE); 502 * Arguments: top_node - a pointer to the current top node. 509 AddNode(WNode **top_node, WidgetTreeInfo *info, TreeInfo *tree_info) argument 515 if ( (node = FindNode(*top_node, info->widgets.ids, number)) == NULL) { 522 parent = FindNode(*top_node, inf [all...] |
| H A D | setvalues.c | 66 node = FindNode(global_tree_info->top_node,
|
| H A D | geometry.c | 106 node = FindNode(global_tree_info->top_node, find_event->widgets.ids, 117 node = node->tree_info->top_node; 196 node = FindNode(tree_info->top_node,
|
| H A D | editresP.h | 162 WNode * top_node; /* The top node in the tree. */ member in struct:_TreeInfo 375 extern void ExecuteOverAllNodes ( WNode * top_node, void (*func)(WNode *, XtPointer), XtPointer data ); 376 extern WNode * FindNode ( WNode *top_node, unsigned long * ids, Cardinal number );
|
| H A D | handler.c | 712 ExecuteOverAllNodes(node->tree_info->top_node, 872 ExecuteOverAllNodes(node->tree_info->top_node,
|
| H A D | comm.c | 461 top = global_tree_info->top_node;
|
Completed in 15 milliseconds