GtkIMContext {RGtk2}R Documentation

GtkIMContext

Description

Base class for input method contexts

Methods and Functions

gtkIMContextSetClientWindow(object, window)
gtkIMContextGetPreeditString(object)
gtkIMContextFilterKeypress(object, event)
gtkIMContextFocusIn(object)
gtkIMContextFocusOut(object)
gtkIMContextReset(object)
gtkIMContextSetCursorLocation(object, area)
gtkIMContextSetUsePreedit(object, use.preedit)
gtkIMContextSetSurrounding(object, text, cursor.index)
gtkIMContextGetSurrounding(object)
gtkIMContextDeleteSurrounding(object, offset, n.chars)

Hierarchy

GObject
   +----GtkIMContext
         +----GtkIMContextSimple
         +----GtkIMMulticontext

Structures

GtkIMContext
undocumented

Signals

commit(imcontext, arg1, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
arg1
[character]
user.data
[R object] user data set when the signal handler was connected.

delete-surrounding(imcontext, arg1, arg2, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
arg1
[integer]
arg2
[integer]
user.data
[R object] user data set when the signal handler was connected.

preedit-changed(imcontext, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

preedit-end(imcontext, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

preedit-start(imcontext, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

retrieve-surrounding(imcontext, user.data)
undocumented

imcontext
[GtkIMContext] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkIMContext.html


[Package RGtk2 version 2.12.7 Index]