Added wrappers for the missing wxSpinEvent, which fixes the deadlock
when trying to catch events from wxSpinButton. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
%rename(SP_WRAP) wxSP_WRAP;
|
||||
%rename(SpinButton) wxSpinButton;
|
||||
%rename(SpinCtrl) wxSpinCtrl;
|
||||
%rename(SpinEvent) wxSpinEvent;
|
||||
%rename(RadioBox) wxRadioBox;
|
||||
%rename(RadioButton) wxRadioButton;
|
||||
%rename(Slider) wxSlider;
|
||||
|
Reference in New Issue
Block a user