- Specifies the height of the bitmap.
- @param depth
- Specifies the depth of the bitmap.
- If this is omitted, then a value of 1 (monochrome bitmap) is used.
- */
- wxIcon(const char bits[], int width, int height, int depth = 1);
-
-
- /**
- Creates a new icon. A depth of ::wxICON_SCREEN_DEPTH indicates the
- depth of the current screen or visual.