Package: gtk

Function gtk:drop-target-gtypes

Lambda List

gtk:drop-target-gtypes (target)

Syntax

(gtk:drop-target-gtypes target) => gtypes
(setf (gtk:drop-target-gtypes target) gtypes)

Arguments

target -- a gtk:drop-target object
gtypes -- a list of g:type-t type IDs

Details

The gtk:drop-target-gtypes function gets the list of supported GTypes for target. If no type have been set, nil will be returned. The (setf gtk:drop-target) function sets the supported GTypes for the drop target.
 

See also

2024-11-2