Searched refs:proposed_width (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
403 proposed_width = preferred_width;
406 switch (XtMakeResizeRequest((Widget)bbw,proposed_width,proposed_height,
407 &proposed_width, &proposed_height))
425 proposed_width >= preferred_width) {
435 proposed_width, proposed_height,
436 &proposed_width, &proposed_height);
439 else if (proposed_width != preferred_width) {
441 DoLayout(bbw, proposed_width, 0,
450 proposed_width
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c414 Dimension proposed_width, proposed_height; local
432 proposed_width = preferred_width;
435 switch (XtMakeResizeRequest((Widget)bbw,proposed_width,proposed_height,
436 &proposed_width, &proposed_height))
454 proposed_width >= preferred_width) {
464 proposed_width, proposed_height,
465 &proposed_width, &proposed_height);
468 else if (proposed_width != preferred_width) {
470 DoLayout(bbw, proposed_width, 0,
479 proposed_width
[all...]

Completed in 22 milliseconds