X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..9a2534df0492d08e808224648cad814ba21ba80d:/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 {