Description Usage Arguments Author(s)
Inserts len
bytes of text
at position iter
. If len
is -1,
text
must be and will be inserted in its
entirety. Emits the "insert-text" signal; insertion actually occurs
in the default handler for the signal. iter
is invalidated when
insertion occurs (because the buffer contents change), but the
default signal handler revalidates it to point to the end of the
inserted text.
1 | gtkTextBufferInsert(object, iter, text, len = -1)
|
|
a |
|
a position in the buffer |
|
UTF-8 format text to insert |
|
length of text in bytes, or -1 |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.