X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2bd1520897a55da922e60e5d6ebdc68ee6e068a..16abe93eb44fe991b8b618bc1049f56d68903297:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 1d76255ff5..5ce6242d57 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -358,7 +358,7 @@ public: // for them wouldn't work (it needs to do a copy of the event) virtual wxEvent *Clone() const = 0; - // Implementation only: this test is explicitlty anti OO and this functions + // Implementation only: this test is explicitly anti OO and this function // exists only for optimization purposes. bool IsCommandEvent() const { return m_isCommandEvent; } @@ -1797,6 +1797,7 @@ public: enum { + IsBackward = 0x0000, IsForward = 0x0001, WinChange = 0x0002 };