gtkTextBufferDeserialize
This function deserializes rich text in format format
and inserts
it at iter
.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.