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;
556 ResourceBoxInfo * res_box = (ResourceBoxInfo *) res_box_ptr;
579 XtGetValues(res_box->res_label, args, ONE);
582 XtGetValues(res_box->value_wid, args, ONE);
679 info.name = GetResourceName(node->resources->res_box);
685 XtGetValues(node->resources->res_box->res_label, args, ONE);
745 info.name = GetResourceName(node->resources->res_box);
751 XtGetValues(node->resources->res_box->res_label, args, ONE);
855 info.name = GetResourceName(node->resources->res_box);
866 XtGetValues(node->resources->res_box->res_label, args, ONE);