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:
Robin Dunn
2004-01-15 01:04:38 +00:00
parent 756d3e7fb5
commit b1dfbb7ad8
3 changed files with 18 additions and 5 deletions

View File

@@ -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;