]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/undo.xpm
added bookctrl.h and listbook.h; moved bookctrl.cpp to the correct place
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / undo.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *undo_xpm[] = {
3/* width height num_colors chars_per_pixel */
4" 16 15 3 1",
5/* colors */
6". c #000080",
7"# c #c0c0c0",
8"a c #808080",
9/* pixels */
10"################",
11"################",
12"################",
13"################",
14"########....a###",
15"##.###..####.a##",
16"##..#.#######.##",
17"##...########.##",
18"##....#######.##",
19"##.....#####.a##",
20"###########a.###",
21"################",
22"################",
23"################",
24"################"
25};