On 04/06/2013 04:48 PM, Horst-W. Radners wrote:
> Josef Moellers schrieb am 06.04.2013 13:31:
>
>> I'm looking for a listbox which allows me to move entries, e.g. by
>> holding the shift key and dragging an entry up or down.
>
> I've succesfully used Tk::ListboxDnD
>
>
http://search.cpan.org/~gslondon/Tk-ListboxDnD-1.3/Tk/ListboxDnD.pm
>
> for this.
Thanks, that's what I was looking for.
The example has a small typo, though: the "selectmode" is missing an
initial '-' ;-)
Josef