wxwidgets/include
Vadim Zeitlin f88c9b7fb7 Make wxWindowMSW::TranslateBorder() non-virtual
It doesn't seem like it is meant to be overridden, so don't imply that
it should be possible to do it and make it non-virtual.

Also rename to DoTranslateBorder() to make it more clear that this is a
private function and not part of the public API.

Finally, improve its comment and never return wxBORDER_THEME from this
functions if themes support is off.
2023-06-16 16:22:40 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Make wxWindowMSW::TranslateBorder() non-virtual 2023-06-16 16:22:40 +01:00