]> git.saurik.com Git - wxWidgets.git/commitdiff
wxDataViewCtrl::IsExpanded should work now under OS X, as well
authorRobert Roebling <robert@roebling.de>
Tue, 23 Dec 2008 14:57:19 +0000 (14:57 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 23 Dec 2008 14:57:19 +0000 (14:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index 69c97072919b8b2a23b06a88844465afe8f02223..2eba270aef86b9145a1b302e7690feea0b6c5c39 100644 (file)
@@ -955,8 +955,6 @@ public:
 
     /**
         Return @true if the item is expanded.
-        
-        Currently not supported by OS X.
     */
     virtual bool IsExpanded(const wxDataViewItem& item) const;