HomeSort by: relevance | last modified time | path
    Searched refs:WNode (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/editres/dist/
wtree.c 42 static void AddNodeToActiveList ( WNode * node );
43 static void RemoveNodeFromActiveList ( WNode * node );
44 static Boolean IsActiveNode ( WNode * node );
45 static void AddNode ( WNode ** top_node, WidgetTreeInfo * info,
47 static void FillNode ( WidgetTreeInfo * info, WNode * node,
49 static void AddChild ( WNode * parent, WNode * child );
50 static WNode ** CopyActiveNodes ( TreeInfo * tree_info );
63 WNode * top;
105 AddTreeNode(Widget tree, WNode *top
    [all...]
editresP.h 126 } WNode;
134 WNode * node; /* A Pointer off to the node corresponding to
161 WNode * top_node; /* The top node in the tree. */
162 WNode ** active_nodes; /* The currently active nodes. */
363 extern void AddTreeNode ( Widget tree, WNode * top );
369 extern void CreateResourceBox ( WNode * node, char ** errors );
370 extern void CreateResourceBoxWidgets ( WNode * node, char **names, char **cons_names );
374 extern void ExecuteOverAllNodes ( WNode * top_node, void (*func)(WNode *, XtPointer), XtPointer data );
375 extern WNode * FindNode ( WNode *top_node, CARD64 *ids, Cardinal number )
    [all...]
utils.c 45 static WNode * FindWidgetFromWindowGivenNode ( WNode * node, Window win );
159 WNode *
160 FindNode(WNode *top_node, CARD64 *ids, Cardinal number)
163 WNode *node;
194 WNode *
210 static WNode *
211 FindWidgetFromWindowGivenNode(WNode *node, Window win)
214 WNode * ret_node;
486 GetNamesAndClasses(WNode *node, char ***names, char ***classes
    [all...]
setvalues.c 57 WNode * node;
91 GetResourceValueForSetValues(WNode *node, unsigned short *size)
handler.c 55 static void CreateSetValuesCommand ( WNode * node, XtPointer info_ptr );
56 static void SetOnlyMatchingWidgets ( WNode * node, XtPointer info_ptr );
245 WNode * node;
433 WNode * node = (WNode *) node_ptr;
510 WNode * node = (WNode *) node_ptr;
672 WNode * node = (WNode *) node_ptr;
740 WNode * node = (WNode *) node_ptr
    [all...]
actions.c 84 static WNode * FindTreeNodeFromWidget ( Widget w );
125 WNode * node;
166 WNode * node;
328 static WNode *
341 return((WNode *) data_return);
geometry.c 47 WNode * node, int x, int y, unsigned int width,
66 WNode * node;
103 WNode * node;
193 WNode * node;
234 _AddToFlashList(TreeInfo *tree_info, char **errors, WNode *node,
widgets.c 66 static void CreateResourceNameForm ( Widget parent, WNode * node );
67 static void SetToggleGroupLeaders ( WNode * node );
71 static void CreateLists ( Widget parent, WNode * node, char **names,
73 static void CreateValueWidget ( Widget parent, WNode * node );
74 static void PopupOnNode ( WNode * node, Widget shell );
481 CreateResourceBoxWidgets(WNode *node, char **names, char **cons_names)
558 CreateResourceNameForm(Widget parent, WNode *node)
696 SetToggleGroupLeaders(WNode *node)
838 CreateLists(Widget parent, WNode *node, char **names, char **cons_names)
895 CreateValueWidget(Widget parent, WNode *node
    [all...]
comm.c 452 WNode * top;

Completed in 7 milliseconds