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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DBoxP.h75 Dimension h_space, v_space; member in struct:__anonf75152790208
/xsrc/external/mit/libXaw/dist/src/
H A DBox.c110 XtOffsetOf(BoxRec, box.v_space),
225 h = bbw->box.v_space;
245 h = (Dimension)(h + (lh + bbw->box.v_space));
323 h = (Dimension)(h + (lh + bbw->box.v_space));
609 newbbw->box.preferred_height = Max(newbbw->box.v_space, 1);
643 /* need to relayout if h_space or v_space change */
/xsrc/external/mit/xman/dist/
H A Dmisc.c1046 * h_space, v_space - how close to get to the edges of the
1054 PositionCenter(Widget widget, int x, int y, int above, int left, int v_space, argument
1074 x_temp = v_space;
1075 if (y_temp < v_space)
1078 if (y_temp + Height(widget) + v_space > parent_height)
1079 y_temp = parent_height - Height(widget) - v_space;
H A Dman.h269 int v_space, int h_space);

Completed in 5 milliseconds