Signal
Gtk.TextBuffer::insert-paintable
Declaration
void
insert_paintable (
GtkTextBuffer self,
const GtkTextIter* location,
GdkPaintable* paintable,
gpointer user_data
)
Description [src]
Emitted to insert a GdkPaintable
in a GtkTextBuffer
.
Insertion actually occurs in the default handler.
Note that if your handler runs before the default handler
it must not invalidate the location
iter (or has to
revalidate it). The default signal handler revalidates
it to be placed after the inserted paintable
.
See also: gtk_text_buffer_insert_paintable()
.
Default handler: | The default handler is called after the handlers added via |
Parameters
location |
GtkTextIter |
position to insert |
|
Ownership is not transferred to the callee | |
paintable |
GdkPaintable* |
the |
|
Ownership is not transferred to the callee |