Searched defs:proposed_height (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Box.c | 385 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 D | Box.c | 414 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 12 milliseconds