wxSpinCtrl & wxWidgets 3.0.2
Posted: Mon Mar 09, 2015 11:05 am
In case someone else will come up with this:
For wxWidgets 3.0.2 the wxEVT_COMMAND_SPINCTRL_UPDATED does not fire, by checking the header file the event to be used is wxEVT_SPINCTRL
Use the ObjectEventFunction with the argument (wxSpinEvent& event).
For wxWidgets 3.0.2 the wxEVT_COMMAND_SPINCTRL_UPDATED does not fire, by checking the header file the event to be used is wxEVT_SPINCTRL
Use the ObjectEventFunction with the argument (wxSpinEvent& event).