]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/framelayout/samples/bitmaps/file_icon.xpm
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git] / utils / framelayout / samples / bitmaps / file_icon.xpm
... / ...
CommitLineData
1/* XPM */
2static char * file_icon_xpm[] = {
3"12 12 16 1",
4" c None",
5". c #000000",
6"+ c #800000",
7"@ c #008000",
8"# c #808000",
9"$ c #000080",
10"% c #800080",
11"& c #008080",
12"* c #808080",
13"- c #FF0000",
14"; c #00FF00",
15"> c #FFFF00",
16", c #0000FF",
17"' c #FF00FF",
18") c #00FFFF",
19"! c #FFFFFF",
20" ....... ",
21" .!!!!!.. ",
22" .!$$$!. . ",
23" .!!!!!.... ",
24" .!$$$!!!!. ",
25" .!!!!!!!!. ",
26" .!$$$$$$!. ",
27" .!!!!!!!!. ",
28" .!$$$$$$!. ",
29" .!!!!!!!!. ",
30" .!!!!!!!!. ",
31" .......... "};