]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several...
[wxWidgets.git] / include / wx / msw / textctrl.h
index 8b3c71f4859732767575a6f5a3f9a30b53bbd9ea..09dc91bd0dcc3dfa3a6030108492220fb65791db 100644 (file)
@@ -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