annotate gui/ui/pixmaps/dir2.xpm @ 35357:80fe9ad7f318
Pass guiApp's wsTWindow parameters always by reference (if possible).
(This isn't possible for wsSetIcon(), wsSetLayer() and
wsRaiseWindowTop() by the way, because these need to be
called with a GDK window ID information.)
author |
ib |
date |
Fri, 23 Nov 2012 10:04:26 +0000 |
parents |
052789583781 |
children |
|
rev |
line source |
33575
|
1 /* XPM */
|
|
2 static const char * const dir2_xpm[] = {
|
|
3 "16 16 6 1",
|
|
4 " c None s None",
|
|
5 ". c black",
|
|
6 "X c blue",
|
|
7 "o c yellow",
|
|
8 "O c #007FEA",
|
|
9 "# c white",
|
|
10 " ",
|
|
11 " .. ",
|
|
12 " ..XX. ",
|
|
13 " ..XXXXX. ",
|
|
14 " ..XXXXXXXX. ",
|
|
15 ".ooXXXXXXXXX. ",
|
|
16 "..ooXXXXXXXXX. ",
|
|
17 ".X.ooXXXXXXXXX. ",
|
|
18 ".XX.ooXXXXXX.. ",
|
|
19 " .XX.ooXXX..#O ",
|
|
20 " .XX.oo..##OO. ",
|
|
21 " .XX..##OO.. ",
|
|
22 " .X.#OO.. ",
|
|
23 " ..O.. ",
|
|
24 " .. ",
|
|
25 " "};
|