Searched refs:inputMethod (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkEvent.c613 if (winPtr->dispPtr->inputMethod != NULL) {
615 winPtr->dispPtr->inputMethod, XNInputStyle,
H A DtkWindow.c2204 * Stores the input method in dispPtr->inputMethod; if there isn't
2205 * a suitable input method, then NULL is stored in dispPtr->inputMethod.
2223 dispPtr->inputMethod = XOpenIM(dispPtr->display, NULL, NULL, NULL);
2224 if (dispPtr->inputMethod == NULL) {
2228 if ((XGetIMValues(dispPtr->inputMethod, XNQueryInputStyle, &stylePtr,
2246 * XCloseIM(dispPtr->inputMethod);
2248 dispPtr->inputMethod = NULL;
H A DtkInt.h292 XIM inputMethod; /* Input method for this display */ member in struct:TkDisplay

Completed in 19 milliseconds