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

/ast/src/lib/libtk/generic/
H A DtkGrid.c198 * STICK_EAST This window sticks to the right edge of its cavity.
204 #define STICK_EAST 2 macro
1126 if (sticky&STICK_EAST && sticky&STICK_WEST) {
1133 *xPtr += (sticky&STICK_EAST) ? diffx : diffx/2;
2534 if (flags&STICK_EAST) {
2579 case 'e': case 'E': sticky |= STICK_EAST; break;

Completed in 15 milliseconds