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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c102 int markx, marky; /* Coordinates of the last mark set for the member in struct:Slave
1145 pwPtr->slaves[sash]->marky = y;
1148 coords[1] = Tcl_NewIntObj(pwPtr->slaves[sash]->marky);
1189 diff = y - pwPtr->slaves[sash]->marky;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c74 int markx, marky; /* Coordinates of the last mark set member in struct:Slave
1104 pwPtr->slaves[sash]->marky = y;
1107 coords[1] = Tcl_NewIntObj(pwPtr->slaves[sash]->marky);
1150 diff = y - pwPtr->slaves[sash]->marky;

Completed in 187 milliseconds