Added first cut wxWindows Configuration Tool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-12 20:43:55 +00:00
parent f2c3db9d7d
commit d7463f75f9
130 changed files with 19018 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/* XPM */
static char *closedfolder_dis_xpm[] = {
"16 16 4 1",
" c None",
". c #808080",
"X c #C0C0C0",
"o c #000000",
" ",
" ..... ",
" .XXXXX. ",
" .XXXXXXX...... ",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" .XXXXXXXXXXXX.o",
" ..............o",
" oooooooooooooo",
" ",
" "};