]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly
[wxWidgets.git] / include / wx / gtk / gauge.h
index e75a0c41b5f0deb3942f365ac0c08d06a81b2e64..479d1d510de7a136d8f09a4cf9a5d0636c4c0021 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_GAUGE
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -79,4 +82,6 @@ class wxGauge: public wxControl
    bool     m_useProgressBar;
 };
 
+#endif
+
 #endif // __GTKGAUGEH__