// Modified by:
// Created: 20.02.01
// RCS-ID: $Id$
-// Copyright: (c) 1996-2001 wxWindows team
+// Copyright: (c) 1996-2001 wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual int GetBezelFace() const;
// overriden base class virtuals
- virtual bool AcceptsFocus() const { return FALSE; }
+ virtual bool AcceptsFocus() const { return false; }
protected:
// the max position
#ifdef __WIN95__
#include "wx/msw/gauge95.h"
#define wxGauge wxGauge95
- #define sm_classwxGauge sm_classwxGauge95
#else // !__WIN95__
// Gauge no longer supported on 16-bit Windows
#endif