Files
wxWidgets/samples/toolbar/bitmaps
Vadim Zeitlin 8a337fcdd9 Use PNG icons instead of BMP and XPM ones in the toolbar sample
Update the sample for the 21st century (with just a bit of delay) and
use PNGs under all platforms instead of using BMPs under MSW and XPMs
elsewhere.

Copy PNG icons from Tango, even if we already have almost of them in
art/tango because we plan to also use "2x" versions of them in this
sample soon.
2021-09-15 21:15:19 +02:00
..

PNG icons in this directory are public domain were taken from Tango Desktop Project1 and are in public domain.

The foo_png.c files were generated by running

$ ../../../misc/scripts/png2c.py foo.png > foo_png.c

for each icon.