Searched refs:STICK_EAST (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableWin.c57 * STICK_EAST This window sticks to the right edge of its cavity.
63 #define STICK_EAST (1<<1) macro
136 if (flags&STICK_EAST) result[count++] = 'e';
178 case 'e': case 'E': sticky |= STICK_EAST; break;
289 if (sticky&STICK_EAST && sticky&STICK_WEST) {
296 x += (sticky&STICK_EAST) ? diffx : diffx/2;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c213 * STICK_EAST This window sticks to the right edge of its
221 #define STICK_EAST 2 macro
1654 if (sticky&STICK_EAST && sticky&STICK_WEST) {
1661 *xPtr += (sticky&STICK_EAST) ? diffx : diffx/2;
3446 if (flags&STICK_EAST) {
3494 sticky |= STICK_EAST;
H A DtkPanedWindow.c26 * STICK_EAST This window sticks to the right edge of its cavity.
32 #define STICK_EAST 2 macro
2343 if (sticky & STICK_EAST) {
2411 sticky |= STICK_EAST;
2508 if ((sticky & STICK_EAST) && (sticky & STICK_WEST)) {
2515 *xPtr += (sticky & STICK_EAST) ? diffx : diffx/2;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c213 * STICK_EAST This window sticks to the right edge of its cavity.
219 #define STICK_EAST 2 macro
1482 if (sticky&STICK_EAST && sticky&STICK_WEST) {
1489 *xPtr += (sticky&STICK_EAST) ? diffx : diffx/2;
3115 if (flags&STICK_EAST) {
3160 case 'e': case 'E': sticky |= STICK_EAST; break;
H A DtkPanedWindow.c26 * STICK_EAST This window sticks to the right edge of its cavity.
32 #define STICK_EAST 2 macro
2273 if (sticky & STICK_EAST) {
2339 case 'e': case 'E': sticky |= STICK_EAST; break;
2433 if ((sticky & STICK_EAST) && (sticky & STICK_WEST)) {
2440 *xPtr += (sticky & STICK_EAST) ? diffx : diffx/2;

Completed in 206 milliseconds