X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..4fe4a7c50f6d65642adad374e3b2fc6eb5f5b58a:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 1e798629aa..3e9c9cbe47 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -3,7 +3,7 @@ // Purpose: interface of wxIconLocation // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -22,7 +22,7 @@ a wxIcon from it. @library{wxbase} - @category{FIXME} + @category{gdi} @see wxIcon, wxFileType::GetIcon */ @@ -34,5 +34,9 @@ public: @false otherwise. */ bool IsOk() const; + + void SetFileName(const wxString& filename); + const wxString& GetFileName() const; + };