Yes, wx.Panel. > 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.
Dunno. There is an EVT_LIST_COL_END_DRAG, though, maybe that will help. -- http://mail.python.org/mailman/listinfo/python-list