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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c385 Dimension proposed_width, proposed_height; local
404 proposed_height = preferred_height;
406 switch (XtMakeResizeRequest((Widget)bbw,proposed_width,proposed_height,
407 &proposed_width, &proposed_height))
424 if (proposed_height >= preferred_height &&
435 proposed_width, proposed_height,
436 &proposed_width, &proposed_height);
443 proposed_height = preferred_height;
445 else { /* proposed_height != preferred_height */
448 constraints.height = proposed_height;
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c414 Dimension proposed_width, proposed_height; local
433 proposed_height = preferred_height;
435 switch (XtMakeResizeRequest((Widget)bbw,proposed_width,proposed_height,
436 &proposed_width, &proposed_height))
453 if (proposed_height >= preferred_height &&
464 proposed_width, proposed_height,
465 &proposed_width, &proposed_height);
472 proposed_height = preferred_height;
474 else { /* proposed_height != preferred_height */
477 constraints.height = proposed_height;
[all...]

Completed in 21 milliseconds