X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53081fa5a42f4386cc06fd8706aad89cd5b3bf71..fd3ece57847921264876c8daa1649b597e988d5b:/interface/wx/dataview.h diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 2eba270aef..c0262d0300 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -70,11 +70,6 @@ public: wxDataViewEvent(const wxDataViewEvent& event); //@} - /** - Used to clone the event. - */ - wxEvent* Clone() const; - /** Returns the position of the column in the control or -1 if no column field was set by the event emitter. @@ -893,7 +888,7 @@ public: items have been read from the model by the control. */ virtual void ExpandAncestors( const wxDataViewItem & item ); - + /** Returns pointer to the column. @a pos refers to the position in the control which may change after reordering columns by the user.