X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c75d8baf987c83e231c981d07b5a9217d711361..f944aec0cf131c1be0b8c127ba1ecdbc8410c9b2:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 20d8edb5fd..402948e08a 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -86,6 +86,9 @@ public: virtual bool CanApplyThemeBorder() const { return false; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // common part of all ctors void Init() { m_lastAcceptedSelection = wxID_NONE; }