// 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
a wxIcon from it.
@library{wxbase}
- @category{FIXME}
+ @category{gdi}
@see wxIcon, wxFileType::GetIcon
*/
@false otherwise.
*/
bool IsOk() const;
+
+ void SetFileName(const wxString& filename);
+ const wxString& GetFileName() const;
+
};