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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c2992 int i, sashHeight, sashWidth, thisx, thisy;
3040 thisx = pwPtr->slaves[i]->sashx;
3043 if (((thisx - lpad) <= x && x <= (thisx + rpad + sashWidth)) &&
3052 thisx = pwPtr->slaves[i]->handlex;
3059 if (thisx <= x && x <= (thisx + pwPtr->handleSize)) {
2963 int i, sashHeight, sashWidth, thisx, thisy; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c2888 int i, sashHeight, sashWidth, thisx, thisy;
2933 thisx = pwPtr->slaves[i]->sashx;
2936 if (((thisx - lpad) <= x && x <= (thisx + rpad + sashWidth)) &&
2944 thisx = pwPtr->slaves[i]->handlex;
2951 if (thisx <= x && x <= (thisx + pwPtr->handleSize)) {
2859 int i, sashHeight, sashWidth, thisx, thisy; local

Completed in 136 milliseconds