Lines Matching defs:window
112 Window w; /*status window id */
113 Window root; /*the root window id */
115 Window parent; /*parent shell window */
117 Widget parent; /*parent shell window */
125 int statusW, statusH; /*status window's w, h */
126 int rootW, rootH; /*root window's w, h */
131 Bool on; /*if the status window on*/
150 StatusWindow *statusWindow; /* our own status window */
153 Widget statusWidget; /* IM status window widget */
185 Window currentFocusWindow = 0; /* current window that has focus for input
481 * Sets the focus window to the given XIC.
729 /*get the size of root window*/
799 /* This method is to turn off or turn on the status window. */
916 || statusWindow->w != event.xany.window){
1005 * preferable styles can't be used, fallback to root-window styles. If
1006 * root-window styles failed, fallback to None styles.
1008 * For passive clients: Try to use root-window styles. If failed,
1040 * If the parent window has one or more TextComponents, the status
1042 * root-window style status is used.
1071 * If the parent window has one or more TextComponents, the status
1073 * root-window style status is used.
1404 /*just turnoff the status window
1540 jlong window)
1557 if (!window) {
1603 if (createXIC(env, pX11IMData, (Window)window)
1969 (JNIEnv *env, jobject this, jlong window)
1973 adjustStatusWindow(window);