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

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.c1724 numBytes, new, boundW, boundH, maxW, maxH, cellType,
1748 boundH = Tk_Height(tkwin) - tablePtr->highlightWidth;
1754 invalidHeight = MIN(tablePtr->invalidHeight, MAX(1, boundH-invalidY));
1877 if (height > boundH-y) { height = boundH-y; }
1723 numBytes, new, boundW, boundH, maxW, maxH, cellType, local

Completed in 74 milliseconds