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
This commit is contained in:
Robin Dunn
2006-10-24 01:07:11 +00:00
parent 175f93c311
commit bbc8f304c6

View File

@@ -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`");
};