Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkIMContextGetPreeditString

gtkIMContextGetPreeditString


Description

Retrieve the current preedit string for the input context, and a list of attributes to apply to the string. This string should be displayed inserted at the insertion point.

Usage

gtkIMContextGetPreeditString(object)

Arguments

object

a GtkIMContext

Value

A list containing the following elements:

str

location to store the retrieved string. The string retrieved must be freed with gFree().

attrs

location to store the retrieved attribute list. When you are done with this list, you must unreference it with pangoAttrListUnref().

cursor.pos

location to store position of cursor (in characters) within the preedit string.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.