X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 4ed130a56c..3e9c9cbe47 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -3,12 +3,11 @@ // Purpose: interface of wxIconLocation // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxIconLocation - @wxheader{iconloc.h} wxIconLocation is a tiny class describing the location of an (external, i.e. not embedded into the application resources) icon. For most platforms it simply @@ -23,7 +22,7 @@ a wxIcon from it. @library{wxbase} - @category{FIXME} + @category{gdi} @see wxIcon, wxFileType::GetIcon */ @@ -35,5 +34,9 @@ public: @false otherwise. */ bool IsOk() const; + + void SetFileName(const wxString& filename); + const wxString& GetFileName() const; + };