X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..7686554b2508ed9f94027029703614fb684b89d6:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 08bfe769b4..75b961517c 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -1763,9 +1763,11 @@ public: wxWindow* GetCurrentFocus() const { return m_focus; } void SetCurrentFocus(wxWindow *win) { m_focus = win; } + // Set flags + void SetFlags(long flags) { m_flags = flags; } + virtual wxEvent *Clone() const { return new wxNavigationKeyEvent(*this); } -private: enum { IsForward = 0x0001,