]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dirctrl.i
Some compile fixes.
[wxWidgets.git] / wxPython / src / _dirctrl.i
index 0486a1bf4c0dfa8cce25bf31f6ccddf0f4eb45b2..e83756dfca82d8cbc25f34a8ebedd15580775249 100644 (file)
@@ -134,6 +134,14 @@ 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(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`");
 };