SetCanFocus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2007-04-12 00:53:36 +00:00
parent 6493d270f2
commit c655dbdd89

View File

@ -932,6 +932,11 @@ it.", "");
"Can this window be assigned focus from keyboard right now?", "");
DocDeclStr(
virtual void , SetCanFocus(bool canFocus),
"", "");
DocDeclAStr(
virtual bool , NavigateIn(int flags = wxNavigationKeyEvent::IsForward),