Searched refs:widest (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/accessx/sun-src/
H A DAccessX.c3027 int widest = 0; local
3029 /* Find the widest button.
3033 if (XtWidth(widgets[i]) > widest)
3034 widest = XtWidth(widgets[i]);
3039 XtSetArg(argList[0], XmNwidth, widest);
3045 argList[1].value = widest * (i - numWidgets) / (numWidgets + 1);

Completed in 19 milliseconds