方法
GtkEditableget_chars
声明 [src]
char*
gtk_editable_get_chars (
GtkEditable* editable,
int start_pos,
int end_pos
)
描述 [src]
检索字符序列。
检索的字符是从 start_pos
开始的位置到但不包括 end_pos
。如果 end_pos
为负数,则检索从 start_pos
到文本末尾的字符。
请注意,位置是以字符为单位指定的,而不是以字节为单位。