X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe8635a7e78715344f0f4b6abc9d797931429333..3ed946f2835520aeae67c69582c068bf2e109008:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 61dd3fa1f6..6a6317a5f2 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -41,7 +41,7 @@ #define wxGAUGE_EMULATE_INDETERMINATE_MODE 0 #endif -extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxGaugeNameStr[]; // ---------------------------------------------------------------------------- // wxGauge: a progress bar @@ -88,6 +88,8 @@ public: virtual bool AcceptsFocus() const { return false; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the max position int m_rangeMax; @@ -104,8 +106,7 @@ protected: #if defined(__WXUNIVERSAL__) #include "wx/univ/gauge.h" #elif defined(__WXMSW__) - #include "wx/msw/gauge95.h" - #define wxGauge wxGauge95 + #include "wx/msw/gauge.h" #elif defined(__WXMOTIF__) #include "wx/motif/gauge.h" #elif defined(__WXGTK20__)