gtkTargetListAddRichTextTargets {RGtk2} | R Documentation |
Appends the rich text targets registered with
gtkTextBufferRegisterSerializeFormat
or
gtkTextBufferRegisterDeserializeFormat
to the target list. All
targets are added with the same info
.
gtkTargetListAddRichTextTargets(list, info, deserializable, buffer)
|
[GtkTargetList ] a GtkTargetList |
|
[numeric] an ID that will be passed back to the application |
|
[logical] if TRUE , then deserializable rich text formats
will be added, serializable formats otherwise. |
|
[GtkTextBuffer ] a GtkTextBuffer . |
Since 2.10
Derived by RGtkGen from GTK+ documentation