yet another help browser visual enhancement

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-01-27 00:02:10 +00:00
parent 56dade3c4d
commit c5d22514ae

View File

@@ -1,25 +1,28 @@
/* XPM */ /* XPM */
static char * wfolder_xpm[] = { static char * wfolder_xpm[] = {
/* width height ncolors chars_per_pixel */ /* width height ncolors chars_per_pixel */
"16 16 3 1", "16 16 6 1",
/* colors */ /* colors */
" s None c None", " s None c None",
". c #000000", ". c #000000",
"+ c #ffffff", "+ c #c0c0c0",
"@ c #808080",
"# c #ffff00",
"$ c #ffffff",
/* pixels */ /* pixels */
" ", " ",
" ........... ", " @@@@@ ",
" .+++++++++. ", " @#+#+#@ ",
" .++..++..+. ", " @#+#+#+#@@@@@@ ",
" ........++++. ", " @$$$$$$$$$$$$@.",
" .++++++..+.+. ", " @$#+#+#+#+#+#@.",
" .+.+.++.+.++. ", " @$+#+#+#+#+#+@.",
" .++++++....+. ", " @$#+#+#+#+#+#@.",
" .+.+.+++++.+. ", " @$+#+#+#+#+#+@.",
" .+++++++++.+. ", " @$#+#+#+#+#+#@.",
" .+.+.+.+.+.+. ", " @$+#+#+#+#+#+@.",
" .+++++++++.+. ", " @$#+#+#+#+#+#@.",
" .+.+.+.+.+... ", " @@@@@@@@@@@@@@.",
" .+++++++++. ", " ..............",
" ........... ", " ",
" "}; " "};