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