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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c1694 int sashReserve, sxReserve, syReserve;
1876 sxReserve = sashReserve;
1879 sxReserve = 0;
1883 sxReserve = syReserve = 0;
1886 if (pwWidth - sxReserve < x + paneWidth - internalBW) {
1887 paneWidth = pwWidth - sxReserve - x + internalBW;
1681 int sashReserve, sxReserve, syReserve; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c1653 int sashReserve, sxReserve, syReserve;
1810 sxReserve = sashReserve;
1813 sxReserve = 0;
1817 sxReserve = syReserve = 0;
1820 if (pwWidth - sxReserve < x + paneWidth - internalBW) {
1821 paneWidth = pwWidth - sxReserve - x + internalBW;
1640 int sashReserve, sxReserve, syReserve; local

Completed in 122 milliseconds