#if wxUSE_GAUGE
-extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[];
+extern WXDLLEXPORT_DATA(const char) wxGaugeNameStr[];
// Group box
class WXDLLEXPORT wxGauge95 : public wxGaugeBase
void SetDeterminateMode();
void Pulse();
+ WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+ // returns true if the platform should explicitly apply a theme border
+ virtual bool CanApplyThemeBorder() const { return false; }
+
protected:
virtual wxSize DoGetBestSize() const;
- WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-
DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
};