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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TreeP.h 108 Dimension bbsubwidth, bbsubheight; /* bounding box of sub tree */ member in struct:_TreeConstraintsPart
  /xsrc/external/mit/libXaw/dist/src/
Tree.c 422 tc->tree.bbsubheight = 0;
777 tc->tree.bbsubheight = newheight;
854 if (myh > (int)tc->tree.bbsubheight) {
855 y += (myh - (int)tc->tree.bbsubheight) / 2;

Completed in 6 milliseconds