[ltk-user] newbie questions about listbox

Peter Herth herth at peter-herth.de
Mon Nov 26 09:16:32 UTC 2007


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



More information about the ltk-user mailing list