Description Usage Arguments Details Value Author(s)
This function deserializes rich text in format format
and inserts
it at iter
.
1 2 | gtkTextBufferDeserialize(object, content.buffer, format, iter,
data, .errwarn = TRUE)
|
|
the |
|
the |
|
the rich text format to use for deserializing |
|
insertion point for the deserialized text |
|
data to deserialize |
.errwarn |
Whether to issue a warning on error or fail silently |
format
s to be used must be registered using
gtkTextBufferRegisterDeserializeFormat
or
gtkTextBufferRegisterDeserializeTagset
beforehand.
Since 2.10
A list containing the following elements:
retval |
[logical] |
|
return location for a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.