]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/samples/bitmaps/help_icon.xpm
Made frame layout stuff use system settings for colors, fonts
[wxWidgets.git] / utils / framelayout / samples / bitmaps / help_icon.xpm
diff --git a/utils/framelayout/samples/bitmaps/help_icon.xpm b/utils/framelayout/samples/bitmaps/help_icon.xpm
new file mode 100644 (file)
index 0000000..c01e4e8
--- /dev/null
@@ -0,0 +1,31 @@
+/* XPM */
+static char * help_icon_xpm[] = {
+"12 12 16 1",
+"      c None",
+".     c #000000",
+"+     c #800000",
+"@     c #008000",
+"#     c #808000",
+"$     c #000080",
+"%     c #800080",
+"&     c #008080",
+"*     c #808080",
+"-     c #FF0000",
+";     c #00FF00",
+">     c #FFFF00",
+",     c #0000FF",
+"'     c #FF00FF",
+")     c #00FFFF",
+"!     c #FFFFFF",
+"   .....    ",
+"  .>>>>..   ",
+" .>>..>>..  ",
+" .>.. .>..  ",
+" .>.. .>..  ",
+"  .. .>..   ",
+"    .>..    ",
+"    .>..    ",
+"     ..     ",
+"    .>..    ",
+"    .>..    ",
+"     ..     "};