]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Add wxEventFilter and related functionality.
[wxWidgets.git] / interface / wx / filename.h
index 7bbd0cd527c181b594b43b9ce982ddf04788f407..e6c8fa5fea5f796937770560240d97cda37a5d04 100644 (file)
@@ -1134,10 +1134,14 @@ public:
     void SetName(const wxString& name);
 
     /**
-        Sets the full path.
+        Sets the path.
 
-        The @a path argument includes both the path (and the volume, if
-        supported by @a format) and the name and extension.
+        The @a path argument includes both the path and the volume, if
+        supported by @a format.
+
+        Calling this function doesn't affect the name and extension components,
+        to change them as well you can use Assign() or just an assignment
+        operator.
 
         @see GetPath()
      */