]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dir.h
Update new names to conform, add new event types and event attributes, etc.
[wxWidgets.git] / interface / wx / dir.h
index 3eafb364574ff80382a7007b7a2dfb2e0ca360e3..f4b25eb29f2a62f841216dedb02480599ea0f87e 100644 (file)
@@ -160,11 +160,23 @@ public:
     wxDir(const wxString& dir);
 
     /**
-        Destructor cleans up the associated resources. It is not virtual and so
-        this class is not meant to be used polymorphically.
+        Destructor cleans up the associated resources by calling Close().
+
+        It is not virtual and so this class is not meant to be used
+        polymorphically.
     */
     ~wxDir();
 
+    /**
+        Close the directory.
+
+        The object can't be used after closing it, but Open() may be called
+        again to reopen it later.
+
+        @since 2.9.5
+    */
+    void Close();
+
     /**
         Test for existence of a directory with the given name.
     */