On 15/03/11 22.38, Bruce Ravel wrote:

  Hi,

I don't understand why appending items with client data to a
CheckListBox does not work on Windows.  This script:

It's a wxWidgets limitation: it uses the same Win32 client data slot in wxListBox to store client data, in wxCheckListBox to store the boolean state of the item.

Regards,
Mattia

Reply via email to