X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0f3a0211a3beaa846cb42c08113f0229ac793b8..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk1/gauge.h diff --git a/include/wx/gtk1/gauge.h b/include/wx/gtk1/gauge.h index 8e656daf2b..2d8aa5c8d9 100644 --- a/include/wx/gtk1/gauge.h +++ b/include/wx/gtk1/gauge.h @@ -2,34 +2,13 @@ // Name: wx/gtk1/gauge.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKGAUGEH__ #define __GTKGAUGEH__ -#include "wx/defs.h" - -#if wxUSE_GAUGE - -#include "wx/object.h" -#include "wx/list.h" -#include "wx/control.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxGauge; - -//----------------------------------------------------------------------------- -// global data -//----------------------------------------------------------------------------- - -extern WXDLLIMPEXP_CORE const wxChar wxGaugeNameStr[]; - //----------------------------------------------------------------------------- // wxGaugeBox //----------------------------------------------------------------------------- @@ -65,8 +44,8 @@ public: void SetBezelFace( int WXUNUSED(w) ) { } void SetRange( int r ); void SetValue( int pos ); - int GetShadowWidth() const { return 0; }; - int GetBezelFace() const { return 0; }; + int GetShadowWidth() const { return 0; } + int GetBezelFace() const { return 0; } int GetRange() const; int GetValue() const; @@ -98,5 +77,4 @@ private: }; #endif - -#endif // __GTKGAUGEH__ + // __GTKGAUGEH__