]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ffile.h
Clarify that Raise() is only a request to raise the window.
[wxWidgets.git] / interface / wx / ffile.h
index a19619ff9af104253768462fcd47148c1459e71e..33de5504c495763fd7aa44f4fa92c48b65720141 100644 (file)
@@ -34,7 +34,6 @@ enum wxFileKind
 
 /**
     @class wxFFile
-    @wxheader{ffile.h}
 
     wxFFile implements buffered file I/O.
 
@@ -91,7 +90,7 @@ public:
 
         The descriptor should be already opened and it will be closed by wxFFile object.
     */
-    void Attach(FILE* fp);
+    void Attach(FILE* fp, const wxString& name = wxEmptyString);
 
     /**
         Closes the file and returns @true on success.