]>
git.saurik.com Git - wxWidgets.git/blob - interface/iconloc.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxIconLocation
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
13 wxIconLocation is a tiny class describing the location of an (external, i.e.
14 not embedded into the application resources) icon. For most platforms it simply
15 contains the file name but under some others (notably Windows) the same file
16 may contain multiple icons and so this class also stores the index of the icon
19 In any case, its details should be of no interest to the application code and
20 most of them are not even documented here (on purpose) as it is only meant to
21 be used as an opaque class: the application may get the object of this class
22 from somewhere and the only reasonable thing to do with it later is to create
28 @see wxIcon, wxFileType::GetIcon
34 Returns @true if the object is valid, i.e. was properly initialized, and