]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Fix for drag object bug
[wxWidgets.git] / include / wx / event.h
index 08bfe769b400c56be46792fbe855812fac366f61..75b961517c012770a923012043581dd8189f5854 100644 (file)
@@ -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,