]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/icons/combo.xpm
remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit...
[wxWidgets.git] / samples / controls / icons / combo.xpm
index 554d2a2a081502881866e85799caecb52ac6dcd0..050f496897e6e194100b93a86caf4e09cc175d6b 100644 (file)
@@ -1,27 +1,27 @@
-/* XPM */
-static char * combo_xpm[] = {
-/* width height ncolors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-"      s None  c None",
-".     c #000000",
-"+     c #c0c0c0",
-"@     c #808080",
-"#     c #ffffff",
-/* pixels */
-"@@@@@@@@@@@@@@@@",
-"@..............@",
-"@....#####+++++@",
-"@.#.######.....@",
-"@.#.######+...+@",
-"@....#####++.++@",
-"@.+++++++++++++@",
-"@@@@@@@@@@@@@@@@",
-"  ##############",
-"  ..............",
-"  .#########+.+.",
-"  .#########....",
-"  .#########+++.",
-"  .#########....",
-"  .#########+.+.",
-"  .............."};
+/* XPM */\r
+static const char *const combo_xpm[] = {\r
+/* width height ncolors chars_per_pixel */\r
+"16 16 5 1",\r
+/* colors */\r
+"      s None  c None",\r
+".     c #000000",\r
+"+     c #c0c0c0",\r
+"@     c #808080",\r
+"#     c #ffffff",\r
+/* pixels */\r
+"@@@@@@@@@@@@@@@@",\r
+"@..............@",\r
+"@....#####+++++@",\r
+"@.#.######.....@",\r
+"@.#.######+...+@",\r
+"@....#####++.++@",\r
+"@.+++++++++++++@",\r
+"@@@@@@@@@@@@@@@@",\r
+"  ##############",\r
+"  ..............",\r
+"  .#########+.+.",\r
+"  .#########....",\r
+"  .#########+++.",\r
+"  .#########....",\r
+"  .#########+.+.",\r
+"  .............."};\r