Searched refs:tree_info (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/editres/dist/ |
| H A D | geometry.c | 44 static void AddToFlashList ( TreeInfo * tree_info, GetGeomInfo * geom_info, 46 static void _AddToFlashList ( TreeInfo * tree_info, char ** errors, 49 static void CreateFlashWidget ( TreeInfo * tree_info, int x, int y, 51 static void FlashWidgets ( TreeInfo * tree_info ); 117 node = node->tree_info->top_node; 127 * Arguments: tree_info - information about the current tree. 132 _FlashActiveWidgets(TreeInfo *tree_info) argument 137 if (tree_info == NULL) { 143 if (tree_info->num_nodes == 0) { 152 _XEditResPut16(stream, (unsigned short) tree_info 191 AddToFlashList(TreeInfo * tree_info,GetGeomInfo * geom_info,char ** errors) argument 234 _AddToFlashList(TreeInfo * tree_info,char ** errors,WNode * node,int x,int y,unsigned int width,unsigned int height) argument 302 CreateFlashWidget(TreeInfo * tree_info,int x,int y,unsigned int width,unsigned int height) argument 346 FlashWidgets(TreeInfo * tree_info) argument 382 TreeInfo * tree_info = (TreeInfo *) info_ptr; local in function:FlashWidgetsOn 403 TreeInfo * tree_info = (TreeInfo *) info_ptr; local in function:FlashWidgetsOff 421 TreeInfo * tree_info = (TreeInfo *) info_ptr; local in function:FlashWidgetsCleanup [all...] |
| H A D | wtree.c | 46 TreeInfo * tree_info ); 48 TreeInfo * tree_info ); 50 static WNode ** CopyActiveNodes ( TreeInfo * tree_info ); 167 TreeInfo * info = node->tree_info; 191 TreeInfo * info = node->tree_info; 217 TreeInfo * info = node->tree_info; 230 * Returns: The tree_info about this new tree. 239 TreeInfo * tree_info; local in function:CreateTree 241 tree_info = (TreeInfo *) XtMalloc( (Cardinal) sizeof(TreeInfo)); 243 tree_info 286 _TreeRelabel(TreeInfo * tree_info,LabelTypes type) argument 312 _TreeSelect(TreeInfo * tree_info,SelectTypes type) argument 509 AddNode(WNode ** top_node,WidgetTreeInfo * info,TreeInfo * tree_info) argument 556 FillNode(WidgetTreeInfo * info,WNode * node,TreeInfo * tree_info) argument 601 CopyActiveNodes(TreeInfo * tree_info) argument [all...] |
| H A D | editresP.h | 123 struct _TreeInfo * tree_info; member in struct:_WNode 378 extern WNode * FindWidgetFromWindow ( TreeInfo * tree_info, Window win ); 424 extern void _FlashActiveWidgets ( TreeInfo * tree_info ); 428 extern void _TreeRelabel ( TreeInfo * tree_info, LabelTypes type ); 430 extern void _TreeSelect ( TreeInfo * tree_info, SelectTypes type );
|
| H A D | utils.c | 189 * Arguments: tree_info - information about this tree. 195 FindWidgetFromWindow(TreeInfo *tree_info, Window win) argument 197 if (tree_info == NULL) 200 return(FindWidgetFromWindowGivenNode(tree_info->top_node, win)); 266 TreeInfo * tree_info = (TreeInfo *) tree_ptr; local in function:_DumpTreeToFile 269 if (tree_info == NULL) { 283 PerformTreeToFileDump(tree_info->top_node, 0, fp);
|
| H A D | handler.c | 712 ExecuteOverAllNodes(node->tree_info->top_node, 719 SetCommand(node->tree_info->tree_widget, LocalSetValues, NULL); 770 SetCommand(node->tree_info->tree_widget, LocalGetValues, NULL); 872 ExecuteOverAllNodes(node->tree_info->top_node,
|
Completed in 6 milliseconds