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

gtkIMContextSetSurrounding

gtkIMContextSetSurrounding


Description

Sets surrounding context around the insertion point and preedit string. This function is expected to be called in response to the GtkIMContext::retrieve_surrounding signal, and will likely have no effect if called at other times.

Usage

gtkIMContextSetSurrounding(object, text, cursor.index)

Arguments

object

a GtkIMContext

text

text surrounding the insertion point, as UTF-8. the preedit string should not be included within text.

cursor.index

the byte index of the insertion cursor within text.

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.