From 53081fa5a42f4386cc06fd8706aad89cd5b3bf71 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 23 Dec 2008 14:57:19 +0000 Subject: [PATCH] wxDataViewCtrl::IsExpanded should work now under OS X, as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dataview.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 69c9707291..2eba270aef 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -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; -- 2.45.2