方法

GtkTextIterget_offset

声明 [源代码]

int
gtk_text_iter_get_offset (
  const GtkTextIter* iter
)

描述 [源代码]

返回迭代器的字符偏移。

GtkTextBuffer中的每个字符都有一个偏移量,以缓冲区中的第一个字符的偏移量为0。使用gtk_text_buffer_get_iter_at_offset()将偏移量转换回迭代器。

返回值

类型: int

字符偏移。