]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
corrected typo in the creation date
[wxWidgets.git] / include / wx / window.h
index 2dde62f41fe18e06dd5d7fd6dcc4113be83618c0..4c62a7d035ed58a1e3ae65e07469265efc24e722 100644 (file)
@@ -592,6 +592,9 @@ public:
     bool CanAcceptFocusFromKeyboard() const
         { return AcceptsFocusFromKeyboard() && CanAcceptFocus(); }
 
+        // call this when the return value of AcceptsFocus() changes
+    virtual void SetCanFocus(bool WXUNUSED(canFocus)) { }
+
         // navigates inside this window
     bool NavigateIn(int flags = wxNavigationKeyEvent::IsForward)
         { return DoNavigateIn(flags); }