add more spacing
[personal-kdebase.git] / workspace / kcontrol / input / core / bitmaps.h
blob1a8e272e6826554ca30dd39c36acab72970e3ce9
1 /*
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.
20 #ifndef __BITMAPS_H
21 #define __BITMAPS_H
24 static const char* const arrow_large_black_xpm[] = {
25 "24 24 3 1",
26 "# c None",
27 "a c #000000",
28 ". c #ffffff",
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[]={
56 "24 24 3 1",
57 "# c None",
58 "a c #000000",
59 ". c #ffffff",
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[] = {
87 "24 24 3 1",
88 "# c None",
89 "a c #ffffff",
90 ". c #000000",
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[]={
118 "24 24 3 1",
119 "# c None",
120 "a c #ffffff",
121 ". c #000000",
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 "########################"};
147 #endif