Package: gtk
Function gtk-target-list-new
Lambda Listgtk-target-list-new (&optional targets) ArgumentsReturn ValueThe 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 |
2021-10-3