Package: gtk

Accessor gtk:text-buffer-copy-target-list

Lambda List

gtk:text-buffer-copy-target-list (object)

Syntax

(gtk:text-buffer-copy-target-list object) => tlist

Arguments

object -- a gtk:text-buffer object
tlist -- a gtk:target-list instance

Details

The accessor for the copy-target-list slot returns the list of targets this text buffer can provide for copying and as drag and drag source. The targets in the list are added with info values from the gtk:text-buffer-target-info enumeration using the gtk:target-list-add-rich-text-targets and gtk:target-list-add-text-targets functions.
 

See also

2026-06-29