]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ffile.h
Make wxDragImage ctors taking hot spot point really deprecated in wxMSW.
[wxWidgets.git] / interface / wx / ffile.h
index 644bb1038518c848b4f5635a9d33890579f1e2ae..869aed9a22c3cbca9ec59980e85c60ee330af029 100644 (file)
@@ -106,7 +106,7 @@ public:
     void Detach();
 
     /**
     void Detach();
 
     /**
-        Returns @true if the an attempt has been made to read @e past
+        Returns @true if an attempt has been made to read @e past
         the end of the file.
 
         Note that the behaviour of the file descriptor based class  wxFile is different as
         the end of the file.
 
         Note that the behaviour of the file descriptor based class  wxFile is different as
@@ -146,6 +146,15 @@ public:
     */
     wxFileKind GetKind() const;
 
     */
     wxFileKind GetKind() const;
 
+    /**
+        Returns the file name.
+
+        This is the name that was specified when the object was constructed or
+        to the last call to Open(). Notice that it may be empty if Attach() was
+        called without specifying the name.
+     */
+    const wxString& GetName() const;
+
     /**
         Returns @true if the file is opened.
 
     /**
         Returns @true if the file is opened.