Package: gtk

Function gtk-target-list-add-rich-text-targets

Lambda List

gtk-target-list-add-rich-text-targets (tlist info deserializable buffer)

Arguments

tlist -- a gtk-target-list instance
info -- an unsigned integer 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 gtk-text-buffer object

Details

Appends the rich text targets registered with the gtk-text-buffer-register-serialize-format or gtk-text-buffer-register-deserialize-format functions to the target list. All targets are added with the same info.
 

See also

2021-10-3