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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c268 Dimension preferred_width = w->box.preferred_width; local
284 preferred->width = preferred_width;
287 constraint->width == preferred_width &&
316 &preferred_width, &preferred_height, FALSE);
321 if (preferred_width > constraint->width) {
325 width = preferred_width;
329 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
334 width = preferred_width;
335 DoLayout(w, preferred_width
384 Dimension preferred_width, preferred_height; local
[all...]
H A DXaw3_1BoxP.h67 Dimension preferred_width, preferred_height; member in struct:__anon289
H A DXaw3_1FormP.h75 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart
H A DXaw3_1Form.c277 fw->form.preferred_width = (maxx += fw->form.default_spacing);
522 reply->width = w->form.preferred_width;
H A DXaw3_1Dialog.c278 w->core.width = w->form.preferred_width;
H A DXaw3_1Viewport.c689 w->form.preferred_width = w->core.width;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c297 Dimension preferred_width = w->box.preferred_width; local
313 preferred->width = preferred_width;
316 constraint->width == preferred_width &&
345 &preferred_width, &preferred_height, FALSE);
350 if (preferred_width > constraint->width) {
354 width = preferred_width;
358 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
363 width = preferred_width;
364 DoLayout(w, preferred_width
413 Dimension preferred_width, preferred_height; local
[all...]
H A DBoxP.h90 Dimension preferred_width, preferred_height; member in struct:__anon356
H A DFormP.h96 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart
H A DForm.c361 fw->form.preferred_width = (maxx += fw->form.default_spacing);
623 fw->form.preferred_width,
628 ((ret_width >= fw->form.preferred_width) &&
780 reply->width = w->form.preferred_width;
H A DDialog.c304 w->core.width = w->form.preferred_width;
H A DViewport.c761 w->form.preferred_width = w->core.width;

Completed in 1543 milliseconds