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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPointer.c162 if ((newPos != oldPos) && ((newPos == TK_GRAB_IN_TREE)
163 || (oldPos == TK_GRAB_IN_TREE))) {
167 if (newPos == TK_GRAB_IN_TREE) {
301 == TK_GRAB_IN_TREE) {
386 == TK_GRAB_IN_TREE) ? winPtr : tsdPtr->grabWinPtr;
453 != TK_GRAB_IN_TREE) {
H A DtkGrab.c715 case TK_GRAB_IN_TREE:
1513 * Returns TK_GRAB_IN_TREE if the window is contained in the subtree.
1545 return TK_GRAB_IN_TREE;
1560 * TK_GRAB_IN_TREE - there is a grab in effect, and winPtr is in
H A DtkInt.h909 #define TK_GRAB_IN_TREE 1 macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPointer.c168 if ((newPos != oldPos) && ((newPos == TK_GRAB_IN_TREE)
169 || (oldPos == TK_GRAB_IN_TREE))) {
173 if (newPos == TK_GRAB_IN_TREE) {
309 == TK_GRAB_IN_TREE) {
394 == TK_GRAB_IN_TREE) ? winPtr : tsdPtr->grabWinPtr;
462 != TK_GRAB_IN_TREE) {
H A DtkGrab.c726 case TK_GRAB_IN_TREE:
1535 * Returns TK_GRAB_IN_TREE if the window is contained in the
1568 return TK_GRAB_IN_TREE;
1583 * TK_GRAB_IN_TREE - there is a grab in effect, and winPtr
H A DtkInt.h917 #define TK_GRAB_IN_TREE 1 macro
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c657 if (grabState != TK_GRAB_NONE && grabState != TK_GRAB_IN_TREE) {
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWm.c8132 && (grab == TK_GRAB_IN_TREE || grab == TK_GRAB_ANCESTOR)

Completed in 215 milliseconds