Searched defs:vbox (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c145 Boolean vbox = (bbw->box.orientation == XtorientVertical); local
172 * can't fit any more. Start new line if vbox.
175 if (vbox) {
211 if (!vbox && width && lw > width && lh < height) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c166 Boolean vbox = (bbw->box.orientation == XtorientVertical); local
200 * can't fit any more. Start new line if vbox.
203 if (vbox) {
239 if (!vbox && width && lw > width && lh < height) {
257 if ( vbox && ( ( width < w ) || ( width < lw ) ) ) {

Completed in 12 milliseconds