More properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-08 01:08:36 +00:00
parent 925430af06
commit 76b8fa1d20
20 changed files with 200 additions and 6 deletions

View File

@@ -134,6 +134,15 @@ leaf), done is set to True.
// Collapse & expand the tree, thus re-creating it from scratch:
virtual void ReCreateTree();
%property(DefaultPath, GetDefaultPath, SetDefaultPath, doc="See `GetDefaultPath` and `SetDefaultPath`");
%property(FilePath, GetFilePath, doc="See `GetFilePath`");
%property(Filter, GetFilter, SetFilter, doc="See `GetFilter` and `SetFilter`");
%property(FilterIndex, GetFilterIndex, SetFilterIndex, doc="See `GetFilterIndex` and `SetFilterIndex`");
%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`");
};