X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1dc9f8394c1488ad8e7d945e6f943f7b34554ce..33ba5a05623023af942a6b34b0758a98b12d4c82:/include/wx/slider.h diff --git a/include/wx/slider.h b/include/wx/slider.h index 3d775be237..14aca4445b 100644 --- a/include/wx/slider.h +++ b/include/wx/slider.h @@ -45,7 +45,7 @@ #define wxSL_NOTIFY_DRAG 0x0000 #endif // WXWIN_COMPATIBILITY_2_6 -extern WXDLLEXPORT_DATA(const wxChar) wxSliderNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxSliderNameStr[]; // ---------------------------------------------------------------------------- // wxSliderBase: define wxSlider interface @@ -105,6 +105,9 @@ public: protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // adjust value according to wxSL_INVERSE style virtual int ValueInvertOrNot(int value) const {