1/* $XConsortium: README /main/3 1996/07/15 14:10:57 drk $ */
2
3DAINPUT
4-------
5
6This demo shows how get internationalized text input in a
7drawingarea widget. It has the necessary calls to set up and
8handle the connection with the input method: XmImRegister,
9XmImSetValues, XmImSetFocusValues and XmImUnsetFocus.
10
11This demo only does text input. It does not try to be a text editor,
12so there is no way to delete text, select text etc. The intention
13is to show the use of the XmIm API.
14
15