]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/bitmaps/combobox.xpm
DialogEd now compiles, links and runs under wxGTK
[wxWidgets.git] / utils / dialoged / src / bitmaps / combobox.xpm
diff --git a/utils/dialoged/src/bitmaps/combobox.xpm b/utils/dialoged/src/bitmaps/combobox.xpm
new file mode 100644 (file)
index 0000000..e0d2aa8
--- /dev/null
@@ -0,0 +1,27 @@
+/* XPM */
+static char * combobox_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 */
+"@@@@@@@@@@@@@@@@",
+"@..............@",
+"@....#####+++++@",
+"@.#.######.....@",
+"@.#.######+...+@",
+"@....#####++.++@",
+"@.+++++++++++++@",
+"@@@@@@@@@@@@@@@@",
+"  ##############",
+"  ..............",
+"  .#########+.+.",
+"  .#########....",
+"  .#########+++.",
+"  .#########....",
+"  .#########+.+.",
+"  .............."};