comparison pixmaps/tb_drag_arrow_down.xpm @ 12676:87e95b8ce60b

[gaim-migrate @ 15019] SF Patch #139054 from Julien Pivotto " There is 4 new pictures (arrows) for the Tab D&D. In the sources, it is in /pixmaps. And It's under GPL !" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 19:34:23 +0000
parents 5fb47ec9bfe4
children
comparison
equal deleted inserted replaced
12675:323af3853ed5 12676:87e95b8ce60b
1 /* XPM */ 1 /* XPM */
2 static const char * arrow_down_xpm[] = { 2 static char * tb_drag_arrow_down_xpm[] = {
3 "13 16 2 1", 3 "13 16 13 1",
4 " c None", 4 " g None",
5 ". c #FF0000", 5 ". g #E40E0E",
6 " ... ", 6 "+ g #B80000",
7 " ... ", 7 "@ g #F02F2F",
8 " ... ", 8 "# g #E78383",
9 " ... ", 9 "$ g #E87676",
10 " ... ", 10 "% g #E56A6A",
11 " ... ", 11 "& g #EDAFAF",
12 " ... ", 12 "* g #E79F9F",
13 " ... ", 13 "= g #ED9191",
14 " ... ", 14 "- g #F05757",
15 ".............", 15 "; g #E54545",
16 " ........... ", 16 "> g #D23333",
17 " ......... ", 17 " ....+ ",
18 " ....... ", 18 " @#$%+ ",
19 " ..... ", 19 " @#$%+ ",
20 " ... ", 20 " @#$%+ ",
21 " . "}; 21 " @#$%+ ",
22 " @#$%+ ",
23 " @#$%+ ",
24 " @#$%+ ",
25 " @#$%+ ",
26 "....@#$%....+",
27 " @&*=#$%-;>+ ",
28 " @*=#$%-;+ ",
29 " @=#$%-+ ",
30 " @#$%+ ",
31 " @$+ ",
32 " + "};