// Purpose: interface of wxIconLocation
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
a wxIcon from it.
@library{wxbase}
- @category{FIXME}
+ @category{gdi}
@see wxIcon, wxFileType::GetIcon
*/
{
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;
+
};