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

Accessor of the copy-target-list slot of the gtk-text-buffer class.

This function 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

2021-11-16