Add wxDir::Close().

This is trivial to have and can sometimes be useful and also is symmetric to
Open().

Closes #14493.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-24 20:45:30 +00:00
parent 1f7c17f405
commit 6619c4af1b
5 changed files with 35 additions and 8 deletions

View File

@@ -527,6 +527,10 @@ Major new features in this release
2.9.5: (released ????-??-??)
----------------------------
All:
- Add wxDir::Close() method (Silverstorm82).
All (GUI):
- Add possibility to hide and show again wxRibbonBar pages (wxBen).