Lines Matching refs:horizontal
124 static Widget CreateScrollbar(w, horizontal)
126 Boolean horizontal;
143 horizontal ? XtorientHorizontal : XtorientVertical );
145 horizontal ? clip->core.width : clip->core.height);
147 (!horizontal && w->viewport.useright) ? XtChainRight : XtChainLeft);
149 (!horizontal && !w->viewport.useright) ? XtChainLeft : XtChainRight);
151 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop);
153 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom);
155 bar = XtCreateWidget( (horizontal ? "horizontal" : "vertical"),
161 if (horizontal) {
776 /* horizontal scrollbar will be needed so possibly reduce height */