X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715ce94da9634504ecaaa3aaf54091743b1b058c..453091c26978d6da004ab46c78c719d7f9444ae3:/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