+};
+
+
+//---------------------------------------------------------------------------
+
+class wxSpinEvent : public wxNotifyEvent
+{
+public:
+ wxSpinEvent(wxEventType commandType = wxEVT_NULL, int winid = 0);
+
+ // get the current value of the control
+ int GetPosition() const;
+ void SetPosition(int pos);