From 6ea6639cdfa9f735ea3e3b4115f15f7afd6515eb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Jan 2012 19:38:41 +0000 Subject: [PATCH] Document wxFFile::GetName(). Somehow this method was not documented. See #13903. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/ffile.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index 097bf94e3a..869aed9a22 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -146,6 +146,15 @@ public: */ 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. -- 2.45.2