API 版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成
void do_insert_text ( GtkEditable* editable, const char* text, int length, int* position )
在控件内容中插入指定字节数的文本到指定位置。
请注意,位置是以字符为单位,而不是字节。该函数会将位置更新为指向新插入文本之后的字符位置。
text
类型: const char*
const char*
要插入的文本。
length
类型: int
int
文本的字节数,或 -1。
position
类型: int*
int*
文本将被插入的位置。