2 * Copyright (C) 2003 Fredrik Höglund <fredrik@kde.org>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License version 2 or at your option version 3 as published
7 * by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; see the file COPYING. If not, write to
16 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301, USA.
24 static const char* const arrow_large_black_xpm
[] = {
29 "#####..#################",
30 "#####.a.################",
31 "#####.aa.###############",
32 "#####.aaa.##############",
33 "#####.aaaa.#############",
34 "#####.aaaaa.############",
35 "#####.aaaaaa.###########",
36 "#####.aaaaaaa.##########",
37 "#####.aaaaaaaa.#########",
38 "#####.aaaaaaaaa.########",
39 "#####.aaaaaaaaaa.#######",
40 "#####.aaaaaaaaaaa.######",
41 "#####.aaaaaaaaaaaa.#####",
42 "#####.aaaaaaaa....######",
43 "#####.aaaaaaa.##########",
44 "#####.aaa.aaaa.#########",
45 "#####.aa.#.aaa.#########",
46 "#####.a.##.aaaa.########",
47 "#####..####.aaa.########",
48 "###########.aaaa.#######",
49 "############.aaa.#######",
50 "############.aaa.#######",
51 "#############...########",
52 "########################"};
55 static const char* const arrow_small_black_xpm
[]={
60 "########################",
61 "########################",
62 "########################",
63 "########################",
64 "#######..###############",
65 "#######.a.##############",
66 "#######.aa.#############",
67 "#######.aaa.############",
68 "#######.aaaa.###########",
69 "#######.aaaaa.##########",
70 "#######.aaaaaa.#########",
71 "#######.aaaaaaa.########",
72 "#######.aaaaaaaa.#######",
73 "#######.aaaaa....#######",
74 "#######.aa.aa.##########",
75 "#######.a.#.aa.#########",
76 "#######..##.aa.#########",
77 "############.aa.########",
78 "############.aa.########",
79 "#############..#########",
80 "########################",
81 "########################",
82 "########################",
83 "########################"};
86 static const char* const arrow_large_white_xpm
[] = {
91 "#####..#################",
92 "#####.a.################",
93 "#####.aa.###############",
94 "#####.aaa.##############",
95 "#####.aaaa.#############",
96 "#####.aaaaa.############",
97 "#####.aaaaaa.###########",
98 "#####.aaaaaaa.##########",
99 "#####.aaaaaaaa.#########",
100 "#####.aaaaaaaaa.########",
101 "#####.aaaaaaaaaa.#######",
102 "#####.aaaaaaaaaaa.######",
103 "#####.aaaaaaaaaaaa.#####",
104 "#####.aaaaaaaa....######",
105 "#####.aaaaaaa.##########",
106 "#####.aaa.aaaa.#########",
107 "#####.aa.#.aaa.#########",
108 "#####.a.##.aaaa.########",
109 "#####..####.aaa.########",
110 "###########.aaaa.#######",
111 "############.aaa.#######",
112 "############.aaa.#######",
113 "#############...########",
114 "########################"};
117 static const char* const arrow_small_white_xpm
[]={
122 "########################",
123 "########################",
124 "########################",
125 "########################",
126 "#######..###############",
127 "#######.a.##############",
128 "#######.aa.#############",
129 "#######.aaa.############",
130 "#######.aaaa.###########",
131 "#######.aaaaa.##########",
132 "#######.aaaaaa.#########",
133 "#######.aaaaaaa.########",
134 "#######.aaaaaaaa.#######",
135 "#######.aaaaa....#######",
136 "#######.aa.aa.##########",
137 "#######.a.#.aa.#########",
138 "#######..##.aa.#########",
139 "############.aa.########",
140 "############.aa.########",
141 "#############..#########",
142 "########################",
143 "########################",
144 "########################",
145 "########################"};