]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/src/bitmaps/closedfolder_dis.xpm
Removal of first part of dsw files (as requested by Jamie Gadd).
[wxWidgets.git] / utils / configtool / src / bitmaps / closedfolder_dis.xpm
CommitLineData
d7463f75
JS
1/* XPM */
2static char *closedfolder_dis_xpm[] = {
a5e6cfa8
JS
3/* columns rows colors chars-per-pixel */
4"16 16 3 1",
5". c #547897",
6" c None",
7"X c #C0C0C0",
8/* pixels */
d7463f75 9" ",
a5e6cfa8
JS
10" ..... ",
11" .XXXX. ",
12" ............. ",
13" .XXXXXXXXXXX. ",
14" .XXXXXXXXXXX. ",
15" .XXXXXXXXXXX. ",
16" .XXXXXXXXXXX. ",
17" .XXXXXXXXXXX. ",
18" .XXXXXXXXXXX. ",
19" .XXXXXXXXXXX. ",
20" .XXXXXXXXXXX. ",
21" .XXXXXXXXXXX. ",
22" ............. ",
d7463f75 23" ",
a5e6cfa8
JS
24" "
25};