Method
AtkEditableTextinsert_text
Declaration [src]
void
atk_editable_text_insert_text (
AtkEditableText* text,
const gchar* string,
gint length,
gint* position
)
Parameters
string |
const gchar* |
The text to insert. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
length |
gint |
The length of text to insert, in bytes. |
|
position |
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 function. |