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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c378 * TryNewLayout just says if it's possible, and doesn't actually move the kids
381 static Boolean TryNewLayout(bbw) function
512 || TryNewLayout(bbw)) {
514 if (TryNewLayout(bbw)) {
535 (void) TryNewLayout((BoxWidget)w);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c407 * TryNewLayout just says if it's possible, and doesn't actually move the kids
410 static Boolean TryNewLayout(bbw) function
541 || TryNewLayout(bbw)) {
543 if (TryNewLayout(bbw)) {
564 (void) TryNewLayout((BoxWidget)w);

Completed in 24 milliseconds