]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
Various compiler changes
[wxWidgets.git] / include / wx / generic / panelg.h
index 308be49ecb7aa642e2d7da0dc6bce921b9ee38b8..de9db536e2401932db52527f2a5d0339b8306ebe 100644 (file)
@@ -92,6 +92,9 @@ protected:
     // common part of all ctors
     void Init();
 
     // common part of all ctors
     void Init();
 
+    // set the focus to the child which had it the last time
+    bool SetFocusToChild();
+
     // the child which had the focus last time this panel was activated
     wxWindow *m_winLastFocused;
 
     // the child which had the focus last time this panel was activated
     wxWindow *m_winLastFocused;