]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dataview.h
describe wxMemory* streams
[wxWidgets.git] / interface / wx / dataview.h
index 9e3f259f5fcd226c5a623f29aac182d7d09f90fb..c0262d0300191064d76794df873ac9808474736e 100644 (file)
@@ -70,11 +70,6 @@ public:
     wxDataViewEvent(const wxDataViewEvent& event);
     //@}
 
     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.
     /**
         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);
 
     */
     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.
     /**
         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.
 
     /**
         Return @true if the item is expanded.
-        
-        Currently not supported by OS X.
     */
     virtual bool IsExpanded(const wxDataViewItem& item) const;
 
     */
     virtual bool IsExpanded(const wxDataViewItem& item) const;