]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gaugecmn.cpp
create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselve...
[wxWidgets.git] / src / common / gaugecmn.cpp
index 3458da9f4b75934c722937e5952005c4e4046bc7..49d5b5914450339e6042b22ac9961d57b9900254 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "gaugebase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
 #endif //WX_PRECOMP
 
+#if wxUSE_GAUGE
+
 #include "wx/gauge.h"
 
-#if wxUSE_GAUGE
+const wxChar wxGaugeNameStr[] = wxT("gauge");
 
 // ============================================================================
 // implementation