]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/src/bitmaps/checked.xpm
Translucency --> Transparent
[wxWidgets.git] / utils / configtool / src / bitmaps / checked.xpm
CommitLineData
15fa9a1f
RD
1/* XPM */
2static char * checked_xpm[] = {
3"16 16 4 1",
4" c None",
5". c #808080",
6"X c Black",
7"o c #c0c0c0",
8" ",
9" ",
10" ............ ",
11" .XXXXXXXXXXo ",
12" .X o ",
13" .X X o ",
14" .X XX o ",
15" .X X XXX o ",
16" .X XX XXX o ",
17" .X XXXXX o ",
18" .X XXX o ",
19" .X X o ",
20" .X o ",
21" .ooooooooooo ",
22" ",
23" "};