Lines Matching refs:destPtr
162 TkWindow *destPtr, int mode, int leaveEvents,
933 TkInOutEvents(eventPtr, sourcePtr, destPtr, leaveType, enterType, position)
944 TkWindow *destPtr; /* Window that is to end up with the pointer
962 * 1. SourcePtr and destPtr are the same. There's nothing to do in
964 * 2. SourcePtr is an ancestor of destPtr in the same top-level
969 * to destPtr.
971 * from sourcePtr to its top-level, then down from destPtr's
972 * top-level to destPtr. This form is called "non-linear."
978 if (sourcePtr == destPtr) {
986 FindCommonAncestor(sourcePtr, destPtr, &upLevels, &downLevels);
1009 * SourcePtr is an inferior of destPtr.
1019 if ((enterType != 0) && (destPtr != NULL)) {
1020 QUEUE(destPtr, enterType, NotifyInferior);
1033 for (winPtr = destPtr->parentPtr, j = 1; j < i;
1038 if (destPtr != NULL) {
1039 QUEUE(destPtr, enterType, NotifyAncestor);
1057 for (winPtr = destPtr->parentPtr, j = 1; j < i;
1062 if (destPtr != NULL) {
1063 QUEUE(destPtr, enterType, NotifyNonlinear);
1091 MovePointer2(sourcePtr, destPtr, mode, leaveEvents, enterEvents)
1095 TkWindow *destPtr; /* Window that is to end up containing the
1114 winPtr = destPtr;
1132 TkInOutEvents(&event, sourcePtr, destPtr, (leaveEvents) ? LeaveNotify : 0,