]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
distribution things
[wxWidgets.git] / include / wx / generic / panelg.h
index d3d45a7c651430f45224270d8859a3361b57f1d4..a6e983e0244bc427e70b45050cf0e6943db746a3 100644 (file)
@@ -70,6 +70,7 @@ public:
 
         // called by wxWindow whenever it gets focus
     void SetLastFocus(wxWindow *focus) { m_lastFocus = focus; }
+    wxWindow* GetLastFocus() const { return m_lastFocus; }
 
 protected:
     // the child which had the focus last time this panel was activated