X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..10d302224e3555520f3e3c29d4dc7b7a9654b295:/include/wx/slider.h diff --git a/include/wx/slider.h b/include/wx/slider.h index 99167e7474..14aca4445b 100644 --- a/include/wx/slider.h +++ b/include/wx/slider.h @@ -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 {