Lines Matching refs:horizontal
149 static Widget CreateScrollbar(w, horizontal)
151 Boolean horizontal;
168 horizontal ? XtorientHorizontal : XtorientVertical );
170 horizontal ? clip->core.width : clip->core.height);
172 (!horizontal && w->viewport.useright) ? XtChainRight : XtChainLeft);
174 (!horizontal && !w->viewport.useright) ? XtChainLeft : XtChainRight);
176 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop);
178 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom);
180 bar = XtCreateWidget((horizontal ? "horizontal" : "vertical"),
186 if (horizontal) {
830 GeometryRequestPlusScrollbar(w, horizontal, request, reply_return)
831 Boolean horizontal;
839 sb = CreateScrollbar( w, horizontal);
919 /* horizontal scrollbar will be needed so possibly reduce height */