Searched refs:preferred_width (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DBox.c339 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 DForm.c581 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 DViewport.c799 w->form.preferred_width = XtWidth(w);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DBoxP.h79 Dimension preferred_width, preferred_height; member in struct:__anonf75152790208
H A DFormP.h96 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart

Completed in 7 milliseconds