]> git.saurik.com Git - wxWidgets.git/blame - utils/dialoged/src/bitmaps/radiobtn.xpm
defs.h corrected (syntax error in wxDELETEA). More unnecessary files removed.
[wxWidgets.git] / utils / dialoged / src / bitmaps / radiobtn.xpm
CommitLineData
b127f301
RR
1/* XPM */
2static char * radiobtn_xpm[] = {
3/* width height ncolors chars_per_pixel */
4"16 16 4 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #c0c0c0",
9"@ c #ffffff",
10/* pixels */
11" ",
12" ",
13" ",
14" ",
15" .... ",
16" .@@@@+ ",
17" .@@@@@@+ ",
18" .@@@..@@@+ ",
19" .@@....@@+ ",
20" .@@@..@@@+ ",
21" .@@@@@@+ ",
22" .@@@@+ ",
23" ++++ ",
24" ",
25" ",
26" "};