Handbook
Glossary
gtk_im_context_set_surrounding ( imcontext text len cursor_index -- )
Vocabulary
gtk2
.
ffi
Inputs
imcontext
an
object
text
an
object
len
an
object
cursor_index
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_im_context_set_surrounding
( GtkIMContext* imcontext, gchar* text,
gint
len,
gint
cursor_index )