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

/ast/src/lib/libtk/generic/
H A DtkOption.c120 * terms of levels in the window hierarchy. All the elements relevant
133 * the stack they remain active for all deeper levels; exact elements
166 * Information about all of the stack levels that are currently
170 static StackLevel *levels = NULL; variable
595 levels[i].winPtr->optionLevel = -1;
646 * flush all of the levels above the matching one.
650 if (levels[i].winPtr == winPtr) {
652 levels[j].winPtr->optionLevel = -1;
655 basePtr = levels[i].bases;
664 cachedWindow = levels[curLeve
[all...]

Completed in 11 milliseconds