Eric Ries wrote:
Any chance we could have a way to query if there is any client data? I have the same problem.
def ItemHasClientData(ctrl, item)
try:
data = ctrl.GetClientData(item)
return True
except wx.PyAssertionError:
return False
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!