git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27816
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxWindow* GetCurrentFocus() const { return m_focus; }
void SetCurrentFocus(wxWindow *win) { m_focus = win; }
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); }
virtual wxEvent *Clone() const { return new wxNavigationKeyEvent(*this); }
enum
{
IsForward = 0x0001,
enum
{
IsForward = 0x0001,