[ltk-user] newbie questions about listbox

Mirko Vukovic mirko.vukovic at gmail.com
Sun Dec 2 19:57:41 UTC 2007


On Nov 26, 2007 4:16 AM, Peter Herth <herth at peter-herth.de> wrote:
> 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

Thank you Peter.

Mirko



More information about the ltk-user mailing list