]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_core.py
corrected cwd manipulation for unicode builds
[wxWidgets.git] / wxPython / src / msw / _core.py
index ff910a841feb01845e8243b1302166f09b15242e..4f431e5b0cd25fa5fce55c7fea177288c3590e2d 100644 (file)
@@ -4323,6 +4323,7 @@ class NavigationKeyEvent(Event):
         """SetCurrentFocus(self, Window win)"""
         return _core_.NavigationKeyEvent_SetCurrentFocus(*args, **kwargs)
 
+    IsBackward = _core_.NavigationKeyEvent_IsBackward
     IsForward = _core_.NavigationKeyEvent_IsForward
     WinChange = _core_.NavigationKeyEvent_WinChange