j
k
j a
j l
Hi,
to add items use the listbox-append function, e.g.
(listbox-append mybox (list "a" "b" "c"))
to find out about the selected element(s), use listbox-get-selection, which returns a list of the selected indexes.
HTH, Peter
Back to the thread
Back to the list