Method
AtkEditableTextinsert_text
Declaration [src]
void
atk_editable_text_insert_text (
AtkEditableText* text,
const gchar* string,
gint length,
gint* position
)
Parameters
string
-
Type:
const gchar*
The text to insert.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. length
-
Type:
gint
The length of text to insert, in bytes.
position
-
Type:
gint*
The caller initializes this to the position at which to insert the text. After the call it points at the position after the newly inserted text.
The data is owned by the caller of the method.