reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user