]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/bitmaps/key.xpm
Replaced images
[wxWidgets.git] / demos / dbbrowse / bitmaps / key.xpm
index cc716cbcd8d2f48622a6622d0ff9196ee0294a66..5821784300d00fe7c2e57606fb2e0afef4ca7b35 100644 (file)
@@ -1,26 +1,33 @@
 /* XPM */
-static char* KEY_xpm[] = {
-"16 16 7 1",
-"  c #000000",
-"! c #008000",
-"# c #808000",
-"$ c #000080",
-"% c #C0C0C0",
-"& c #808080",
-"' c #FFFF00",
-"    &&          ",
-"  ## #&%        ",
-" #'& $'#&       ",
-"#''&  $'#%      ",
-"#''&  %'#&      ",
-" #'''''%#%      ",
-" ##%%%'#%       ",
-"   #%'#         ",
-"   #'#& !!!!!   ",
-"  %#'##  !!!!!  ",
-"   ###&  !!  !! ",
-"   #'##  !!!!!  ",
-"   ###&  !!!!   ",
-"   #'#&  !!     ",
-"   #%#& !!!!    ",
-"    &%          "};
\ No newline at end of file
+static char *key_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 11 1",
+"O c Black",
+". c #C0C000",
+"+ c #363636",
+"# c #A0A0A0",
+"  c None",
+"% c #404040",
+"& c #757575",
+"o c #C0C0C0",
+"X c #808000",
+"$ c #606060",
+"@ c #959595",
+/* pixels */
+"   .XX          ",
+" .....XX        ",
+" ..   .X        ",
+"..     .X       ",
+"..     .X       ",
+"..     .X       ",
+" ..   ..        ",
+" .....XX        ",
+"   ..X  oOOOO+  ",
+"   .X   oO@o#O$ ",
+"   ..X  oOo  %% ",
+"   .X   oO@o#O& ",
+"   ..X  oOOOO$  ",
+"   .X.  oOo     ",
+"   ..X  oOo     ",
+"   .    oOo     "
+};