gtkIMContextSetUsePreedit {RGtk2}R Documentation

gtkIMContextSetUsePreedit

Description

Sets whether the IM context should use the preedit string to display feedback. If use.preedit is FALSE (default is TRUE), then the IM context may use some other method to display feedback, such as displaying it in a child of the root window.

Usage

gtkIMContextSetUsePreedit(object, use.preedit)

Arguments

object [GtkIMContext] a GtkIMContext
use.preedit [logical] whether the IM context should use the preedit string.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]