Open (drop down) wxChoice event handler (?)

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Jordi
Earned a small fee
Earned a small fee
Posts: 14
Joined: Tue Feb 26, 2008 9:08 am

Open (drop down) wxChoice event handler (?)

Post by Jordi »

Hi!

Does anybody know if there is defined an event handler that processes a command generated after opening (dropping down) a wxChoice?

There is a EVT_CHOICE, but only processes the command generated by selecting a new choice.

Thanks for your help and time,


Jordi
Post Reply