gtkTextBufferDeserialize {RGtk2} | R Documentation |
This function deserializes rich text in format format
and inserts
it at iter
.
gtkTextBufferDeserialize(object, content.buffer, format, iter, data, .errwarn = TRUE)
|
[GtkTextBuffer ] the GtkTextBuffer format is registered with |
|
[GtkTextBuffer ] the GtkTextBuffer to deserialize into |
|
[GdkAtom ] the rich text format to use for deserializing |
|
[GtkTextIter ] insertion point for the deserialized text |
|
[raw] 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] TRUE on success, FALSE otherwise. |
|
[GError ] return location for a GError |
Derived by RGtkGen from GTK+ documentation