#pragma hdrstop
#endif
+#if wxUSE_GAUGE
+
#ifndef WX_PRECOMP
- #include "wx/defs.h"
#endif
-#if wxUSE_GAUGE
-
#include "wx/gauge.h"
#include "wx/palmos/private.h"
wxFLAGS_MEMBER(wxGA_HORIZONTAL)
wxFLAGS_MEMBER(wxGA_VERTICAL)
- wxFLAGS_MEMBER(wxGA_PROGRESSBAR)
wxFLAGS_MEMBER(wxGA_SMOOTH)
wxEND_FLAGS( wxGaugeStyle )
}
#endif // wxUSE_GAUGE
-