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

/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h87 #define InputFocus 1L /* destination window in SendEvent */ macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h87 #define InputFocus 1L /* destination window in SendEvent */ macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxselect.c2824 contains the pointer. If DEST is the string "InputFocus" the event is
2869 else if (strcmp (SDATA (dest), "InputFocus") == 0)
2870 wdest = InputFocus;
2872 error ("DEST as a string must be one of PointerWindow or InputFocus");

Completed in 95 milliseconds