X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715ce94da9634504ecaaa3aaf54091743b1b058c..7ee7191cee3842b45a27908fb7219e29c7f8f24d:/include/wx/msw/textctrl.h diff --git a/include/wx/msw/textctrl.h b/include/wx/msw/textctrl.h index 8b3c71f485..09dc91bd0d 100644 --- a/include/wx/msw/textctrl.h +++ b/include/wx/msw/textctrl.h @@ -170,6 +170,9 @@ public: virtual bool AcceptsFocus() const; + // returns true if the platform should explicitly apply a theme border + virtual bool CanApplyThemeBorder() const; + // callbacks void OnDropFiles(wxDropFilesEvent& event); void OnChar(wxKeyEvent& event); // Process 'enter' if required