annotate pixmaps/tb_drag_arrow_up.xpm @ 5034:4691c5936c01
[gaim-migrate @ 5377]
More to recompile!
Put some special Doxygen group tags in the documentation. I'm basically
organizing it so when you do a make docs, you get a little Modules page
showing "Gaim Core" and "GTK+ User Interface." This should make it easy for
us to show which files belong in either category for now.
This is kind of in preparation for all the core/ui split stuff I hope to
start soon.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Sat, 05 Apr 2003 10:45:32 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static const char * arrow_up_xpm[] = {
|
|
3 "13 16 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " ... ",
|
|
8 " ..... ",
|
|
9 " ....... ",
|
|
10 " ......... ",
|
|
11 " ........... ",
|
|
12 ".............",
|
|
13 " ... ",
|
|
14 " ... ",
|
|
15 " ... ",
|
|
16 " ... ",
|
|
17 " ... ",
|
|
18 " ... ",
|
|
19 " ... ",
|
|
20 " ... ",
|
|
21 " ... "};
|