"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> A side question - why is their a EVT_LIST_BEGIN_DRAG but no
> EVT_LIST_END_DRAG, unlike tree's which have BEGIN and END?  I
> need a draggable list box, and would prefer to not handle low
> level mouse events.

My intuition(so take it with a grain of salt) says that it wouldn't 
make any sense for the list control to generate an event when the drag 
and drop lands on a different control.

max
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to