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