RGtk2 (version 2.20.31)

gtkTargetListAddRichTextTargets: gtkTargetListAddRichTextTargets

Description

Appends the rich text targets registered with gtkTextBufferRegisterSerializeFormat or gtkTextBufferRegisterDeserializeFormat to the target list. All targets are added with the same info.

Usage

gtkTargetListAddRichTextTargets(list, info, deserializable, buffer)

Arguments

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

Details

Since 2.10