Lines Matching defs:descs
191 /* line_up_labels(descs,numdescs)
193 ** descs represents a bunch of choice layouts (numdescs is the size of
194 ** descs). This function sets each label in descs to the same width,
199 line_up_labels(ChoiceDesc *descs[], int numdescs)
213 XtGetValues(descs[i]->label, widthargs, XtNumber(widthargs));
220 XtSetValues(descs[i]->label, widthargs, XtNumber(widthargs));
224 /* choose_defaults(descs,numdescs)
226 ** descs represents a bunch of choice layouts (numdescs is the size of
227 ** descs). This function goes through all of descs and selects the
236 choose_defaults(ChoiceDesc *descs[], int numdescs)
245 select_button(descs[i],j);
246 XtCallCallbacks(descs[i]->widgets[j], XtNcallback, (caddr_t) NULL);