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

The (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.

The (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.

The (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.

The (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.

The (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.

The (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.5-3 Index]