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

/xsrc/external/mit/libXaw/dist/src/
H A DBox.c447 Dimension proposed_width, proposed_height; local in function:TryNewLayout
463 proposed_height = preferred_height;
465 switch (XtMakeResizeRequest((Widget)bbw,proposed_width,proposed_height,
466 &proposed_width, &proposed_height)) {
480 if (proposed_height >= preferred_height &&
489 proposed_width, proposed_height,
490 &proposed_width, &proposed_height);
497 proposed_height = preferred_height;
499 else { /* proposed_height != preferred_height */
502 .height = proposed_height
[all...]

Completed in 2 milliseconds