]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
implementation of HotKey, see #12354
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 42b516e2bf359e6ff22bb1132f71afe747b71c9b..680e6690c4675303576d5a26c4f45757725047e1 100644 (file)
 #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
 //-----------------------------------------------------------------------------
@@ -97,7 +77,5 @@ private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };
 
-#endif
-
 #endif
     // __GTKGAUGEH__