Lines Matching defs:res_box
49 static String GetResourceName ( ResourceBoxInfo * res_box );
371 * Arguments: res_box - the resource box.
377 GetResourceName(ResourceBoxInfo *res_box)
382 list_info = XawListShowCurrent(res_box->norm_list);
384 (res_box->cons_list != NULL)) {
385 list_info = XawListShowCurrent(res_box->cons_list);
434 ResourceBoxInfo * res_box = node->resources->res_box;
436 NameInfo * name_node = res_box->name_info;
470 strcat(buf, GetResourceName(res_box));
475 XtGetValues(res_box->value_wid, args, ONE);
491 XtSetValues(res_box->res_label, args, ONE);
511 ResourceBoxInfo * res_box = node->resources->res_box;
513 if (list == res_box->norm_list)
514 o_list = res_box->cons_list;
516 o_list = res_box->norm_list;
555 ResourceBoxInfo * res_box = (ResourceBoxInfo *) res_box_ptr;
578 XtGetValues(res_box->res_label, args, ONE);
581 XtGetValues(res_box->value_wid, args, ONE);
678 info.name = GetResourceName(node->resources->res_box);
684 XtGetValues(node->resources->res_box->res_label, args, ONE);
744 info.name = GetResourceName(node->resources->res_box);
750 XtGetValues(node->resources->res_box->res_label, args, ONE);
854 info.name = GetResourceName(node->resources->res_box);
865 XtGetValues(node->resources->res_box->res_label, args, ONE);