X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/739a839903d6017270e085b7308eda71934efa64..31de2596578d7b44a2d311eea56635f6f8fb725c:/interface/wx/dataview.h?ds=sidebyside diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 9e3f259f5f..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. @@ -887,6 +882,13 @@ public: */ virtual void Expand(const wxDataViewItem& item); + /** + Expands all ancestors of the @a item. This method also + ensures that the item itself as well as all ancestor + 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. @@ -948,8 +950,6 @@ public: /** Return @true if the item is expanded. - - Currently not supported by OS X. */ virtual bool IsExpanded(const wxDataViewItem& item) const;