Lines Matching refs:h_space
101 XtOffsetOf(BoxRec, box.h_space),
210 Dimension h_space; /* Local copy of bbw->box.h_space */
214 h_space = bbw->box.h_space;
222 w = (Dimension)(w + h_space);
229 lw = h_space;
237 bw = (Dimension)(XtWidth(widget) + (XtBorderWidth(widget)<<1) + h_space);
239 if (lw > h_space) {
247 lw = h_space;
321 if (lw > h_space) {
608 newbbw->box.preferred_width = Max(newbbw->box.h_space, 1);
643 /* need to relayout if h_space or v_space change */