| gtkTextBufferSerialize {RGtk2} | R Documentation |
This function serializes the portion of text between start
and end in the rich text format represented by format.
gtkTextBufferSerialize(object, content.buffer, format, start, end)
|
[GtkTextBuffer] the GtkTextBuffer format is registered with |
|
[GtkTextBuffer] the GtkTextBuffer to serialize |
|
[GdkAtom] the rich text format to use for serializing |
|
[GtkTextIter] start of block of text to serialize |
|
[GtkTextIter] end of block of test to serialize |
formats to be used must be registered using
gtkTextBufferRegisterSerializeFormat or
gtkTextBufferRegisterSerializeTagset beforehand.
Since 2.10
A list containing the following elements:
retval |
[raw] the serialized data, encoded as format |
|
[numeric] return location for the length of the serialized data |
Derived by RGtkGen from GTK+ documentation