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),