]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/gauge.cpp
Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)
[wxWidgets.git] / src / palmos / gauge.cpp
index 4789d0f3f9a6b0eee2211130347526dd4e8c737f..fdc6df77f1f9f7cd4bcfc2478256a791b39a62b4 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "gauge.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include "wx/defs.h"
-#endif
-
 #if wxUSE_GAUGE
 
 #include "wx/gauge.h"
+
+#ifndef WX_PRECOMP
+#endif
+
 #include "wx/palmos/private.h"
 
 // ----------------------------------------------------------------------------
@@ -94,7 +90,6 @@ wxBEGIN_FLAGS( wxGaugeStyle )
 
     wxFLAGS_MEMBER(wxGA_HORIZONTAL)
     wxFLAGS_MEMBER(wxGA_VERTICAL)
-    wxFLAGS_MEMBER(wxGA_PROGRESSBAR)
     wxFLAGS_MEMBER(wxGA_SMOOTH)
 
 wxEND_FLAGS( wxGaugeStyle )
@@ -174,4 +169,3 @@ bool wxGauge::SetBackgroundColour(const wxColour& col)
 }
 
 #endif // wxUSE_GAUGE
-