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

/ast/src/lib/libtk/generic/
H A DtkGrid.c200 * STICK_WEST This window sticks to the left edge of its cavity.
206 #define STICK_WEST 8 macro
1126 if (sticky&STICK_EAST && sticky&STICK_WEST) {
1132 if (!(sticky&STICK_WEST)) {
2540 if (flags&STICK_WEST) {
2581 case 'w': case 'W': sticky |= STICK_WEST; break;

Completed in 15 milliseconds