added wxNavigationKeyEvent::IsBackward to be able to call wxWindow::Navigate(IsBackward) and not only Navigate(IsForward)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-09 10:42:14 +00:00
parent cf25117b67
commit f2de9fee23

View File

@@ -1797,6 +1797,7 @@ public:
enum enum
{ {
IsBackward = 0x0000,
IsForward = 0x0001, IsForward = 0x0001,
WinChange = 0x0002 WinChange = 0x0002
}; };