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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c2549 int nextSash = sash + 1;
2585 while (nextSash < pwPtr->numSlaves-1 && pwPtr->slaves[nextSash]->hide) {
2586 nextSash++;
2595 reduceFirst = nextSash;
2600 expandPane = nextSash;
2526 int nextSash = sash + 1; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c2474 int nextSash = sash + 1;
2507 reduceFirst = nextSash;
2512 expandPane = nextSash;
2451 int nextSash = sash + 1; local

Completed in 124 milliseconds