]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/icons/choice.xpm
Add a test of wxFilePickerCtrl::GetValue() to the widgets sample.
[wxWidgets.git] / samples / widgets / icons / choice.xpm
CommitLineData
747d7d7c
VZ
1/* XPM */\r
2static const char *const choice_xpm[] = {\r
3/* width height ncolors chars_per_pixel */\r
4"16 16 5 1",\r
5/* colors */\r
6" s None c None",\r
7". c #000000",\r
8"+ c #c0c0c0",\r
9"@ c #808080",\r
10"# c #ffffff",\r
11/* pixels */\r
12"@@@@@@@@@@@@@@@@",\r
13"@..............@",\r
14"@.########+++++@",\r
15"@.########.....@",\r
16"@.########+...+@",\r
17"@.########++.++@",\r
18"@.+++++++++++++@",\r
19"@@@@@@@@@@@@@@@@",\r
20" ##############",\r
21" ..............",\r
22" .#########+.+.",\r
23" .#########....",\r
24" .#########+++.",\r
25" .#########....",\r
26" .#########+.+.",\r
27" .............."};\r