Searched refs:pwHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c1696 int paneDynSize, paneDynMinSize, pwHeight, pwWidth, pwSize;
1735 pwHeight = Tk_Height(pwPtr->tkwin) - (2 * internalBW);
1738 stretchReserve = (horizontal ? pwWidth : pwHeight);
1826 pwSize = pwHeight;
1863 paneHeight = pwHeight - (2 * slavePtr->pady);
1889 if (pwHeight - syReserve < y + paneHeight - internalBW) {
1890 paneHeight = pwHeight - syReserve - y + internalBW;
1948 slaveY - internalBW > pwHeight)) {
1683 int paneDynSize, paneDynMinSize, pwHeight, pwWidth, pwSize; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c1655 int paneDynSize, paneDynMinSize, pwHeight, pwWidth, pwSize;
1680 pwHeight = Tk_Height(pwPtr->tkwin) - (2 * internalBW);
1683 stretchReserve = (horizontal ? pwWidth : pwHeight);
1760 pwSize = pwHeight;
1797 paneHeight = pwHeight - (2 * slavePtr->pady);
1823 if (pwHeight - syReserve < y + paneHeight - internalBW) {
1824 paneHeight = pwHeight - syReserve - y + internalBW;
1882 slaveY - internalBW > pwHeight)) {
1642 int paneDynSize, paneDynMinSize, pwHeight, pwWidth, pwSize; local

Completed in 226 milliseconds