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

/xsrc/external/mit/libXaw/dist/src/
H A DViewport.c524 Bool needshoriz, needsvert; local in function:ComputeLayout
538 needshoriz = w->viewport.allowhoriz;
547 needshoriz = needsvert = False;
593 if (!needshoriz) { \
596 needshoriz = True; \
642 (Position)(needshoriz ? w->viewport.usebottom ? 0 :
650 if (!needshoriz) {
687 (Position)(needshoriz && !w->viewport.usebottom
695 MoveChild(w, needshoriz ? XtX(child) : 0, needsvert ? XtY(child) : 0);

Completed in 3 milliseconds