diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index b2bf6d21fe..f90a6442b9 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -875,8 +875,13 @@ by pressing such as the OK button on a wx.Dialog.", ""); DocDeclStr( virtual void , SetTmpDefaultItem(wxWindow * win), "Set this child as temporary default", ""); + + DocDeclStr( + virtual wxWindow *, GetTmpDefaultItem() const, + "Return the temporary default item, which can be None.", ""); + DocDeclAStr( virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward), "Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool",