From: Robin Dunn Date: Thu, 12 Apr 2007 00:53:36 +0000 (+0000) Subject: SetCanFocus X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c655dbdd8987b4d64b453bbbd8938d813387dd93?ds=sidebyside;hp=6493d270f2d35a4f70d2dfb2dc3099dc6d2ec6df SetCanFocus git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 2935cb31c1..1b8ace169d 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -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),