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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ViewportP.h 77 Boolean allowvert; /* Whether we allow vertical scrollbars */ member in struct:_ViewportPart
  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 127 offset(allowvert),
324 if (w->viewport.allowvert)
388 || w->viewport.allowvert != cw->viewport.allowvert
537 needsvert = w->viewport.allowvert;
567 if (!w->viewport.allowvert)
607 if (w->viewport.allowvert && preferred.height > clip_height) {
624 if (!w->viewport.allowvert || preferred.height < clip_height) {
728 if (w->viewport.allowvert) {
747 if (!w->viewport.allowvert) {
    [all...]

Completed in 5 milliseconds