[comp.windows.x.motif] Select vs. deselect in single mode XmList

dce@smsc.sony.com (David Elliott) (02/23/91)

I was working with an XmList in single selection mode, and I noticed
that when I clicked or double-clicked an item that I got the same
callback whether the item was hilited or unhilited.  Is there a
way to tell from the callback what the state of the item is, or
is this mode simply assumed to be a "toggle".

Luckily, browse select mode does exactly what I want (callback
for selection and a different callback for default action).