Searched refs:preferred_width (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Box.c | 339 Dimension preferred_width = w->box.preferred_width; local in function:XawBoxQueryGeometry 355 preferred->width = preferred_width; 358 && constraint->width == preferred_width 386 DoLayout(w, width, 0, &preferred_width, &preferred_height, False); 391 if (preferred_width <= constraint->width) { 392 width = preferred_width; 398 DoLayout(w, width, 0, &preferred_width, &preferred_height, False); 403 width = preferred_width; 404 DoLayout(w, (unsigned)(preferred_width 446 Dimension preferred_width, preferred_height; local in function:TryNewLayout [all...] |
| H A D | Form.c | 581 fw->form.preferred_width = (maxx = (Dimension)(maxx + fw->form.default_spacing)); 875 fw->form.preferred_width, 880 || (ret_width >= fw->form.preferred_width 1055 reply->width = w->form.preferred_width;
|
| H A D | Viewport.c | 799 w->form.preferred_width = XtWidth(w);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | BoxP.h | 79 Dimension preferred_width, preferred_height; member in struct:__anonf75152790208
|
| H A D | FormP.h | 96 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart
|
Completed in 7 milliseconds