Problem with wxColumnSorterMixin

Hi John!

You must inherit your custom class from wxColumnSorterMixin too!

for example:
class myClass(wxPanel, wxColumnSorterMixin):
  ...

In Python you can inherit a class from multiple superclasses.

Attila

(Sorry when anyone has answered this question, I'm on a daily digest...)