X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3da17724b6a873579628356a92ade9c41f07d5a3..669f7a111f10417afb0b7ad3ead11bab301b20bb:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index 308be49ecb..de9db536e2 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -92,6 +92,9 @@ protected: // 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;