]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
Added wxChildFocusEvent
[wxWidgets.git] / wxPython / src / controls2.i
index 5994f9403fe96e532f3c85a65b68144dca9b21d9..71723b479481f3f531e1928bc6f5482b6ca08a65 100644 (file)
@@ -332,16 +332,15 @@ public:
     wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
 
     int           m_code;
+    long          m_oldItemIndex;
     long          m_itemIndex;
     int           m_col;
-    bool          m_cancelled;
     wxPoint       m_pointDrag;
     wxListItem    m_item;
 
     int GetCode();
     long GetIndex();
     int GetColumn();
-    bool Cancelled();
     wxPoint GetPoint();
     const wxString& GetLabel();
     const wxString& GetText();