方法

GtkTextBuffermove_mark

声明 [来源]

void
gtk_text_buffer_move_mark (
  GtkTextBuffer* buffer,
  GtkTextMark* mark,
  const GtkTextIter* where
)

描述 [来源]

将标记mark移动到新位置where

发出GtkTextBuffer::mark-set信号作为移动的通知。

参数

mark

类型: GtkTextMark

一个GtkTextMark

数据由方法调用者拥有。
where

类型: GtkTextIter

buffer中标记的新位置。

数据由方法调用者拥有。