信号
GtkTextBuffer::insert-child-anchor
声明
void
insert_child_anchor (
GtkTextBuffer* self,
const GtkTextIter* location,
GtkTextChildAnchor* anchor,
gpointer user_data
)
描述 [src]
发射以在 GtkTextBuffer
中插入 GtkTextChildAnchor
。
插入实际上在默认处理程序中发生。
请注意,如果您的处理程序在默认处理程序之前运行,它必须不要使 location
访问符无效(或者必须重新验证它)。默认信号处理程序会将其重新验证为放置在插入的 anchor
之后。
默认处理程序 默认处理程序在通过 |
参数
location
-
类型:
GtkTextIter
在
textbuffer
中插入anchor
的位置。数据由函数的调用者拥有。 anchor
-
要插入的
GtkTextChildAnchor
。数据由函数的调用者拥有。