X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 1e798629aa..c9346c2494 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -2,8 +2,7 @@ // Name: iconloc.h // Purpose: interface of wxIconLocation // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -22,7 +21,7 @@ a wxIcon from it. @library{wxbase} - @category{FIXME} + @category{gdi} @see wxIcon, wxFileType::GetIcon */ @@ -30,9 +29,13 @@ class wxIconLocation { public: /** - Returns @true if the object is valid, i.e. was properly initialized, and + Returns @true if the object is valid, i.e.\ was properly initialized, and @false otherwise. */ bool IsOk() const; + + void SetFileName(const wxString& filename); + const wxString& GetFileName() const; + };