HomeSort by: relevance | last modified time | path
    Searched refs:useright (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ViewportP.h 79 Boolean useright; /* True if vert bars appear at right */ member in struct:_ViewportPart
  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 145 offset(useright),
256 !horizontal && w->viewport.useright ? XtChainRight : XtChainLeft);
258 !horizontal && !w->viewport.useright ? XtChainLeft : XtChainRight);
390 || w->viewport.useright != cw->viewport.useright
639 (Position)(needsvert ? w->viewport.useright ? 0 :
662 (Position)(needsvert && !w->viewport.useright
685 (Position)(w->viewport.useright

Completed in 6 milliseconds