Bug with icons
Icons come in (at least two) two formats;
-
.ico files used internally by MS-Windows 3,
95, 98 ME
-
.xpm format
As far as I know, wxWidgets cannot read/write
.ico formats on Mac or Unix platforms, and on MS-Windows platforms it can
only read them. Since .ico formats are required internally in MS-Windows
.exe files the following system is implemented:
-
Under wxMSW, the wxHatch program edits
.ico files.
-
Under all other platforms wxHatch edits
xpm format files
This means that you will not get the same
icon from the same code, unless you manually convert from one format to
another , for example using the ee (Electric eye) program on Linux. You
only need change one icon, in the project directory, between these formats.
If the project is called myproj, the icons will be called
wxHatch Home