reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-29 23:05:38 +00:00
parent 14a010678d
commit 10044bf187
38 changed files with 10507 additions and 1041 deletions

View File

@@ -8302,6 +8302,14 @@ class Window(EvtHandler):
"""
return _core_.Window_SetTmpDefaultItem(*args, **kwargs)
def GetTmpDefaultItem(*args, **kwargs):
"""
GetTmpDefaultItem(self) -> Window
Return the temporary default item, which can be None.
"""
return _core_.Window_GetTmpDefaultItem(*args, **kwargs)
def Navigate(*args, **kwargs):
"""
Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool