Lines Matching refs:lw
148 Dimension lw, lh; /* Width and height needed for current line */
161 lw = h_space;
169 if (lw + bw > width) {
170 if (lw > h_space) {
174 AssignMax(w, lw);
178 lw = h_space;
183 DoLayout(bbw, lw + bw, height, reply_width,
188 if (position && (lw != widget->core.x || h != widget->core.y)) {
203 XtMoveWidget(bbw->composite.children[i], (int)lw, (int)h);
205 lw += bw;
211 if (!vbox && width && lw > width && lh < height) {
213 Dimension sw = lw, sh = lh;
222 if (width_needed != lw) {
247 if (lw > h_space) {
248 AssignMax(w, lw);