Lines Matching defs:window
24 Window window; /* Window to filter. */
26 int dx, dy; /* Amount by which window was shifted. */
42 * Scroll a rectangle of the specified window and accumulate
51 * Scrolls the bits in the window and enters the event loop
59 Tk_Window tkwin; /* The window to be scrolled. */
60 GC gc; /* GC for window to be scrolled. */
73 info.window = Tk_WindowId(tkwin);
104 * events on the specified window until a NoExpose or the last
112 * for a particular window.
126 * Defer events which aren't for the specified window.
130 || (eventPtr->xany.window != info->window)) {