From: Robin Dunn Date: Tue, 24 Oct 2006 01:07:11 +0000 (+0000) Subject: Remove ShowHidden property, it conflicts with the ShowHidden method X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bbc8f304c6c3bb7a4b16127573a78a693c756b26 Remove ShowHidden property, it conflicts with the ShowHidden method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_dirctrl.i b/wxPython/src/_dirctrl.i index a6084a88c6..e83756dfca 100644 --- a/wxPython/src/_dirctrl.i +++ b/wxPython/src/_dirctrl.i @@ -141,7 +141,6 @@ leaf), done is set to True. %property(FilterListCtrl, GetFilterListCtrl, doc="See `GetFilterListCtrl`"); %property(Path, GetPath, SetPath, doc="See `GetPath` and `SetPath`"); %property(RootId, GetRootId, doc="See `GetRootId`"); - %property(ShowHidden, GetShowHidden, ShowHidden, doc="See `GetShowHidden` and `ShowHidden`"); %property(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`"); };