]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/bitmaps/button.xpm
DialogEd now compiles, links and runs under wxGTK
[wxWidgets.git] / utils / dialoged / src / bitmaps / button.xpm
diff --git a/utils/dialoged/src/bitmaps/button.xpm b/utils/dialoged/src/bitmaps/button.xpm
new file mode 100644 (file)
index 0000000..40ad7e2
--- /dev/null
@@ -0,0 +1,26 @@
+/* XPM */
+static char * button_xpm[] = {
+/* width height ncolors chars_per_pixel */
+"16 16 4 1",
+/* colors */
+"      s None  c None",
+".     c #000000",
+"+     c #c0c0c0",
+"@     c #808080",
+/* pixels */
+"                ",
+"                ",
+"                ",
+"+++++++++++++++.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+@@@@@@@@@@@@@@.",
+"+...............",
+"                ",
+"                "};