How to change the current selection in a wxListbook from another thread?
- by George Edison
How can I change the current selection in a wxListbook from another thread?
When I pass the listbook's pointer to the thread and try to change the selection, the app crashes. What is a safe way of doing this? Is there some message I can send to it?