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

/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c405 WindowRef frontWindow = FrontNonFloatingWindow();
408 if (frontWindow && frontWindow != medPtr->whichWin) {
409 ChkErr(GetWindowModality, frontWindow,
555 WindowRef frontWindow = FrontNonFloatingWindow();
558 if (frontWindow && frontWindow != wRef) {
559 ChkErr(GetWindowModality, frontWindow, &frontWindowModality, NULL);
403 WindowRef frontWindow = FrontNonFloatingWindow(); local
551 WindowRef frontWindow = FrontNonFloatingWindow(); local
H A DtkMacOSXWm.c4272 WindowRef macWindow, otherMacWindow, frontWindow, tmpWindow;
4309 frontWindow = ActiveNonFloatingWindow();
4312 if (macWindow == frontWindow) {
4316 } else if (otherMacWindow == frontWindow || otherMacWindow == NULL) {
4333 while (frontWindow != NULL &&
4334 (tmpWindow=GetNextWindow(frontWindow)) != otherMacWindow) {
4335 frontWindow = tmpWindow;
4337 if (frontWindow != NULL) {
4338 SendBehind(macWindow, frontWindow);
4346 if (macWindow == frontWindow) {
4218 WindowRef macWindow, otherMacWindow, frontWindow, tmpWindow; local
5900 WindowRef frontWindow; local
[all...]

Completed in 88 milliseconds