Package: gtk

Function gtk:target-list-new

Lambda List

gtk:target-list-new (&optional targets)

Arguments

targets -- a list of target entries

Return Value

The new gtk:target-list instance.

Details

Creates a new gtk:target-list instance from a list of target entries.

Examples

(let ((tlist (gtk:target-list-new '(("text/html" :none 0)
                                    ("STRING" :none 1)
                                    ("number" :none 2)
                                    ("image/jpeg" :none 3)
                                    ("text/uri-list" :none 4)))))
  ... )    
 

See also

2023-3-24