1XmImCloseXIM(library call) XmImCloseXIM(library call)
2
3
4
6 XmImCloseXIM — An input manager function that releases the input method
7 associated with a specified widget
8
10 #include <Xm/XmIm.h>
11 void XmImCloseXIM(
12 Widget widget);
13
15 XmImCloseXIM closes all input contexts associated with the Input Method
16 (IM) of widget. widget is used to identify the Display that specifies
17 the Input Method opened for the widget. Upon closure, all widgets reg‐
18 istered with the input contexts are unregistered. Also, the Input
19 Method specified by Display is closed.
20
21 widget Specifies the ID of a widget whose reference Input Method is
22 to be closed.
23
25 XmImGetXIM(3) and XmImRegister(3).
26
27
28
29 XmImCloseXIM(library call)