Searched refs:h_space (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | BoxP.h | 75 Dimension h_space, v_space; member in struct:__anonf75152790208
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Box.c | 101 XtOffsetOf(BoxRec, box.h_space), 210 Dimension h_space; /* Local copy of bbw->box.h_space */ local in function:DoLayout 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; [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | man.h | 269 int v_space, int h_space);
|
| H A D | misc.c | 1046 * h_space, v_space - how close to get to the edges of the 1055 int h_space) 1073 if (x_temp < h_space) 1081 if (x_temp + Width(widget) + h_space > parent_width) 1082 x_temp = parent_width - Width(widget) - h_space; 1054 PositionCenter(Widget widget,int x,int y,int above,int left,int v_space,int h_space) argument
|
Completed in 5 milliseconds