Don't let MSW's wxSpinCtrl emit spin up and down events as in the other ports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-06-20 08:17:33 +00:00
parent 5bc128d67f
commit 177e38e645
3 changed files with 29 additions and 14 deletions

View File

@@ -94,12 +94,6 @@ public:
/**
Gets the value of the spin control.
Notice that if you use this method from a handler processing a change
of the control value, it may return the old value, not the new one
(because the event handler can veto the change and this prevent the
value from changing at all). Use wxSpinEvent::GetValue() to retrieve
the new value in this case.
*/
int GetValue() const;