Package: gtk

GBoxed gtk-target-list

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

A gtk-target-list structure is used to represent a list of target entries. This structure should be treated as opaque.
(define-g-boxed-opaque gtk-target-list "GtkTargetList"
  :alloc (%gtk-target-list-new (null-pointer) 0))  
A target entry is a list with the following fields. See the gtk-target-list-new function for an example.
target
A string representation of the target type.
flags
The gtk-target-flags flags for DND.
info
An application-assigned integer ID which will get passed as a parameter to e.g. the "selection-get" signal. It allows the application to identify the target type without extensive string compares.
 

See also

2021-10-3