]> git.saurik.com Git - wxWidgets.git/blame - samples/controls/icons/gauge.xpm
make IsEnabled() return false even if the window parent, and not the window itself...
[wxWidgets.git] / samples / controls / icons / gauge.xpm
CommitLineData
7bce6aec
RR
1/* XPM */
2static char * gauge_xpm[] = {
3/* width height ncolors chars_per_pixel */
4"16 16 5 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #000080",
9"@ c #c0c0c0",
10"# c #808080",
11/* pixels */
12" ",
13" ",
14" ",
15"################",
16"#..............#",
17"#.++++++++@@@@@#",
18"#.++++++++@@@@@#",
19"#.++++++++@@@@@#",
20"#.++++++++@@@@@#",
21"#.++++++++@@@@@#",
22"#.++++++++@@@@@#",
23"#.++++++++@@@@@#",
24"################",
25" ",
26" ",
27" "};