]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/bmp_source/rt_italic.xpm
Added wrappers and demo for RichTextCtrl
[wxWidgets.git] / wxPython / demo / bmp_source / rt_italic.xpm
diff --git a/wxPython/demo/bmp_source/rt_italic.xpm b/wxPython/demo/bmp_source/rt_italic.xpm
new file mode 100644 (file)
index 0000000..a9be5ac
--- /dev/null
@@ -0,0 +1,25 @@
+/* XPM */
+static char *italic_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 3 1",
+". c Black",
+"X c #A6A6A6",
+"  c None",
+/* pixels */
+"                ",
+"                ",
+"                ",
+"       .....    ",
+"        ..X     ",
+"       X..      ",
+"       ..X      ",
+"      X..       ",
+"      ..X       ",
+"     X..        ",
+"     ..X        ",
+"   ......       ",
+"                ",
+"                ",
+"                ",
+"                "
+};