Lines Matching defs:widths
1111 Dimension *widths;
1160 widths = (Dimension *)XtMalloc(sizeof(Dimension));
1186 widths = (Dimension *)XtRealloc((char *)widths,
1188 widths[count - 1] = (Dimension)width_kid;
1198 widths[count - 1] = (Dimension)(tmp_w = width_kid);
1211 widths[n] = (Dimension)(widths[n] + inc);
1219 tmp_w = widths[0];
1236 tmp_w += widths[count];
1247 XtWidth(kid) = widths[count];
1250 XtFree((char *)widths);