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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPlatDecls.h128 EXTERN int Tk_MacOSXIsAppInFront(void);
240 #ifndef Tk_MacOSXIsAppInFront
241 #define Tk_MacOSXIsAppInFront \ macro
H A DtkStubInit.c689 Tk_MacOSXIsAppInFront, /* 10 */
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPlatDecls.h117 EXTERN int Tk_MacOSXIsAppInFront _ANSI_ARGS_((void));
287 #ifndef Tk_MacOSXIsAppInFront
288 #define Tk_MacOSXIsAppInFront \ macro
H A DtkStubInit.c857 Tk_MacOSXIsAppInFront, /* 10 */
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c184 isFrontProcess = Tk_MacOSXIsAppInFront();
628 BringWindowForward(wRef, Tk_MacOSXIsAppInFront(), !grabWin);
789 int isFrontProcess = (GetCurrentEvent() && Tk_MacOSXIsAppInFront());
819 int isFrontProcess = (GetCurrentEvent() && Tk_MacOSXIsAppInFront());
H A DtkMacOSXCursor.c471 if (Tk_MacOSXIsAppInFront() && cursorChanged) {
H A DtkMacOSXWindowEvent.c937 * Tk_MacOSXIsAppInFront --
951 Tk_MacOSXIsAppInFront(void)
942 Tk_MacOSXIsAppInFront(void) function
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMouseEvent.c236 int isFrontProcess = (GetCurrentEvent() && Tk_MacOSXIsAppInFront());
266 int isFrontProcess = (GetCurrentEvent() && Tk_MacOSXIsAppInFront());
H A DtkMacOSXCursor.c565 if (Tk_MacOSXIsAppInFront() && cursorChanged) {
H A DtkMacOSXWindowEvent.c707 * Tk_MacOSXIsAppInFront --
721 Tk_MacOSXIsAppInFront(void)
713 Tk_MacOSXIsAppInFront(void) function

Completed in 138 milliseconds