add_rich_text_targets
Description:
[ Version ( since = "2.10" ) ]
public void add_rich_text_targets (uint info, bool deserializable, TextBuffer buffer)
public void add_rich_text_targets (uint info, bool deserializable, TextBuffer buffer)
Appends the rich text targets registered with register_serialize_format or register_deserialize_format to the target list.
All targets are added with the same info.
Parameters:
| this | |
| info |
an ID that will be passed back to the application |
| deserializable |
if true, then deserializable rich text formats will be added, serializable formats otherwise. |
| buffer |
a TextBuffer. |