[English | Japanese]
"imime" is a input method module for Gtk+-2.0 which enables inline multilingual input using Windows IME. Currently, it only works with Win32 backend of Gtk+-2 yet.
Main target platform of this module are native win32 and Cygwin.
You can get it from sourceforge.jp.
We recomend to use Masahiro Sakai's binary packagesin Cygwin.
Generarlly, you can compile it by following command on Cygwin:
$ ./configure $ make
Please see the "INSTALL" file for details.
Please set GTKDIR in Makefile.msc as a suitable folder. Generarlly, you can compile it by following command prompt:
>nmake /f Makefile.msc
If you want to install it, you should place this module (.libs/im-ime.dll) to the suitable directory (probably, $(lib_dir)/gtk-2.0/2.x.0/immodules/), then should update $(sysconf_dir)/gtk-2.0/gtk.immodules using gtk-query-immodules-2.0. Specifically, you should add the following entry:
"/usr/lib/gtk-2.0/2.2.0/immodules/im-ime.dll" "win32ime" "Windows IME" "gtk+" "" "*"
We recommend to use "test-imime.sh" shell script to test it. It will be generated automatically by configure script.
You can run a Gtk+-2 based program by following command:
$ sh test-imime.sh program_name
Then you can enable IME by general way.
GNU Lesser General Public License Version 2
$Id: index.html,v 1.8 2003/10/17 15:31:43 iwm Exp $