X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2bd1520897a55da922e60e5d6ebdc68ee6e068a..18274a5192ac813d1aef293056c4be4704edf9e6:/include/wx/event.h?ds=inline 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 };