Re: Sending input context to XIM server
- From: TOKUNAGA Hiroyuki <tkng xem jp>
- To: gtk-i18n-list gnome org
- Subject: Re: Sending input context to XIM server
- Date: Thu, 9 Oct 2003 03:24:29 +0900
On Wed, 08 Oct 2003 22:21:34 +0600
Anuradha Ratnaweera <ARatnaweera virtusa com> wrote:
> We have successfully created a XIM server which can receive keystrokes
> and commit strings to the client. We are trying to figure out two
> issues to proceed forward:
>
> - Does GTK provide callbacks for the XIM server to find out the
> characters around the cursor? (so that we can do context dependent
> substitutions etc.)
Gtk+ has a function, gtk_im_context_get_surrounding. So immodules can
get charactlers around the cursor. But, XIM immmodule doesn't use this
function.
After all, your XIM server cannot know the characters around the caret.
> - If yes, (well, this is not exactly a GTK question), how can an XIM
> server using IMdkit get to know about them?
I'm not detailed to XIM and IMdkit, so I don't know how you should do
concreately. But, XimProto.h in IMdkit have "#define XIM_STR_CONVERSION
71". I think this is related to the thing you want to do.
Regard,
TOKUNAGA Hiroyuki
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]