// Purpose: wxSpinCtrl class
// Author: Robert Roebling
// Modified by:
-// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// override this and return true.
virtual bool UseGTKStyleBase() const { return true; }
+ friend class wxSpinCtrlEventDisabler;
+
DECLARE_EVENT_TABLE()
};