X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk1/gauge.h?ds=sidebyside diff --git a/include/wx/gtk1/gauge.h b/include/wx/gtk1/gauge.h index 42b516e2bf..2d8aa5c8d9 100644 --- a/include/wx/gtk1/gauge.h +++ b/include/wx/gtk1/gauge.h @@ -2,7 +2,6 @@ // Name: wx/gtk1/gauge.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,26 +9,6 @@ #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_FWD_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; @@ -97,7 +76,5 @@ private: DECLARE_DYNAMIC_CLASS(wxGauge) }; -#endif - #endif // __GTKGAUGEH__