Lines Matching defs:window
396 Window root; /* root window that the event occured on */
397 Window subwindow; /* child window */
399 int x, y; /* pointer x, y coordinates in event window */
411 Window window; /* Window in which event occurred. */
432 #define Tk_WindowId(tkwin) (((Tk_FakeWin *) (tkwin))->window)
471 Window window;
504 * TK_MAPPED: 1 means window is currently mapped,
506 * TK_TOP_LEVEL: 1 means this is a top-level window (it
508 * a root window).
509 * TK_ALREADY_DEAD: 1 means the window is in the process of
511 * TK_NEED_CONFIG_NOTIFY: 1 means that the window has been reconfigured
518 * context for this window; if the ic field
521 * TK_PARENT_DESTROYED: 1 means that the window's parent has already
524 * TK_WM_COLORMAP_WINDOW: 1 means that this window has at some time
527 * from that property if the window is
1070 EXTERN void Tk_DefineCursor _ANSI_ARGS_((Tk_Window window,
1205 Window window));
1315 EXTERN void Tk_UndefineCursor _ANSI_ARGS_((Tk_Window window));