Lines Matching defs:window
810 * what events to select for in a window, for example.
1186 * a window and its children to visible to bindings on the parent:
1541 Window window;
1553 window = eventPtr->xany.window;
1610 if (eventPtr->xany.window != window) {
2070 eventPtr->xany.window);
2085 eventPtr->xany.window);
2099 eventPtr->xany.window);
2223 ClientData clientData; /* Main window associated with
2281 " generate window event ?options?\"", (char *) NULL);
2764 * argv[0] contains name of the target window.
2779 * event.xany.window is filled with the target window.
2780 * event.xany.display is filled with the target window's display.
2793 Tk_Window tkwin; /* Main window of this application. */
2836 event.E.xany.window = Tk_WindowId(tkwin);
2878 event.E.xcreatewindow.window = event.E.xany.window;
3171 } else if (strcmp(field, "-window") == 0) {
3183 event.E.xcreatewindow.window = number;