Lines Matching defs:height
77 * FILLY: Same as FILLX, except for height.
529 int x, y, width, height; /* These variables are used to hold the
564 * of space needed. Two separate width and height values are
570 * height - Holds the sum of the heights (plus padding) of
579 * maxHeight - Same as maxWidth, except keeps height info.
583 width = height = maxWidth = maxHeight = 2*intBWidth;
592 height += Tk_ReqHeight(slavePtr->tkwin) + slavePtr->doubleBw
596 + slavePtr->padY + slavePtr->iPadY + height;
607 if (height > maxHeight) {
608 maxHeight = height;
706 height = Tk_ReqHeight(slavePtr->tkwin) + slavePtr->doubleBw
709 || (height > (frameHeight - borderY))) {
710 height = frameHeight - borderY;
725 y = frameY + (frameHeight - height)/2;
729 y = frameY + frameHeight - height - borderY;
733 y = frameY + frameHeight - height - borderY;
737 y = frameY + frameHeight - height - borderY;
741 y = frameY + (frameHeight - height)/2;
749 y = frameY + (frameHeight - height)/2;
755 height -= slavePtr->doubleBw;
764 if ((width <= 0) || (height <= 0)) {
770 || (height != Tk_Height(slavePtr->tkwin))) {
771 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
787 if ((width <= 0) || (height <= 0)) {
792 x, y, width, height);