Searched defs:statusWindow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c150 StatusWindow *statusWindow; /* our own status window */ member in struct:_X11InputMethodData
429 if (pX11IMData->statusWindow != NULL){
430 StatusWindow *sw = pX11IMData->statusWindow;
658 StatusWindow *statusWindow; local
761 statusWindow = (StatusWindow*) calloc(1, sizeof(StatusWindow));
762 if (statusWindow == NULL){
766 statusWindow->w = status;
768 statusWindow->fontset = XCreateFontSet(dpy,
775 statusWindow->parent = parent;
776 statusWindow
810 StatusWindow *statusWindow = NULL; local
864 paintStatusWindow(StatusWindow *statusWindow) argument
906 StatusWindow *statusWindow; local
951 StatusWindow *statusWindow; local
1371 StatusWindow *statusWindow; local
[all...]

Completed in 53 milliseconds