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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c100 int sashx, sashy; /* Coordinates of the sash of the right or member in struct:Slave
1115 coords[1] = Tcl_NewIntObj(slavePtr->sashy);
1187 diff = y - pwPtr->slaves[sash]->sashy;
1473 slavePtr->sashx, slavePtr->sashy, sashWidth, sashHeight,
1914 slavePtr->sashy = y;
1924 slavePtr->sashy = y + sashOffset;
2193 slavePtr->sashy = y;
2200 slavePtr->sashy = y + sashOffset;
2574 slavePtr->paneWidth = slavePtr->height = slavePtr->sashy
3041 thisy = pwPtr->slaves[i]->sashy;
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c72 int sashx, sashy; /* Coordinates of the sash of the member in struct:Slave
1073 coords[1] = Tcl_NewIntObj(slavePtr->sashy);
1148 diff = y - pwPtr->slaves[sash]->sashy;
1432 slavePtr->sashx, slavePtr->sashy,
1848 slavePtr->sashy = y;
1858 slavePtr->sashy = y + sashOffset;
2121 slavePtr->sashy = y;
2128 slavePtr->sashy = y + sashOffset;
2496 slavePtr->paneWidth = slavePtr->height = slavePtr->sashy
2934 thisy = pwPtr->slaves[i]->sashy;
[all...]

Completed in 118 milliseconds