]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/icon1.xpm
fixed warning about unused var
[wxWidgets.git] / samples / treectrl / icon1.xpm
index f420ec9d5de0c3eb34e4b4220ea8ac4b869611b8..0dc70cfc0d9ceadd622412835288eb7e0aa02346 100644 (file)
@@ -1,25 +1,41 @@
 /* XPM */
-static char * icon1_xpm[] = {
-/* width height ncolors chars_per_pixel */
-"16 16 3 1",
+static char *icon1_xpm[] = {
+/* width height num_colors chars_per_pixel */
+"    32    32        2            1",
 /* colors */
-"      s None  c None",
-".     c #000000",
-"+     c #ffffff",
+". c #000000",
+"# c #ffffff",
 /* pixels */
-"                ",
-"  ........      ",
-"  .++++++..     ",
-"  .+.+.++.+.    ",
-"  .++++++....   ",
-"  .+.+.+++++.   ",
-"  .+++++++++.   ",
-"  .+.+.+.+.+.   ",
-"  .+++++++++.   ",
-"  .+.+.+.+.+.   ",
-"  .+++++++++.   ",
-"  .+.+.+.+.+.   ",
-"  .+++++++++.   ",
-"  ...........   ",
-"                ",
-"                "};
+"################################",
+"################################",
+".##..................##.##.##.##",
+"####................############",
+"##.#..############....##.###.###",
+"####..############....##########",
+"####..##..##..####..##..##.###.#",
+".##...##..##..####..##..########",
+"####..############........##.###",
+"####..############........######",
+"##.#..##..##..##########...##.##",
+"####..##..##..##########..######",
+"#.##..##################..######",
+"###...##################..#.##.#",
+"####..##..##..##..##..##..######",
+"####..##..##..##..##..##..######",
+"#.##..##################...##.##",
+"####..##################..######",
+"##.#..##..##..##..##..##..##.###",
+"####..##..##..##..##..##..######",
+"####..##################...###.#",
+"##.#..##################..######",
+"####..##..##..##..##..##..##.###",
+"#.##..##..##..##..##..##..######",
+"####..##################..###.##",
+"####..##################...#####",
+"##.#......................##.###",
+"####......................####.#",
+"#.##############################",
+"####.###.#####.#####.#####.#####",
+"###########.#####.#####.#####.##",
+"##.###.#########################"
+};