Looking for a bug within LessTif's List widget implementation I discovered
that at least on one Motif version (1.2.4 on DU) it is possible to have
multiple selected items in a List widget regardless of the selection mode,
e.g. it might be SINGLE_SELECT. This can be done programmatically
(as opposed to user interaction e.g. by mouse) using a
Xt*SetValues(..., XmNselectedItems, ...) call.
Is this for sure a bug, so that LessTif can ignore this strange behaviour or
is it a "feature" ? Or can anyone tell what OM behaves like?
I added a test for this to test/Xm/List/test24.c.
---
Alexander Mai
[EMAIL PROTECTED]