From bbc8f304c6c3bb7a4b16127573a78a693c756b26 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Oct 2006 01:07:11 +0000 Subject: [PATCH] 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 --- wxPython/src/_dirctrl.i | 1 - 1 file changed, 1 deletion(-) 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`"); }; -- 2.50.0