Lines Matching refs:Tk_Height
1155 Tk_Height(tkwin) - 2*scalePtr->inset, scalePtr->borderWidth,
1161 (unsigned) (Tk_Height(tkwin) - 2*scalePtr->inset
1250 if ((y + bbox.descent) > (Tk_Height(tkwin) - scalePtr->inset - SPACING)) {
1251 y = Tk_Height(tkwin) - scalePtr->inset - SPACING - bbox.descent;
1523 Tk_Width(tkwin), Tk_Height(tkwin), Tk_Depth(tkwin));
1527 drawnArea.height = Tk_Height(tkwin);
1552 Tk_Height(tkwin) - 2*scalePtr->highlightWidth,
1615 || (y >= (Tk_Height(scalePtr->tkwin) - scalePtr->inset))) {
1678 pixelRange = Tk_Height(scalePtr->tkwin) - scalePtr->sliderLength
1739 pixelRange = (scalePtr->vertical ? Tk_Height(scalePtr->tkwin)