view gtk/pixmaps/tb_drag_arrow_down.xpm @ 15199:c9bb2131bdf3

[gaim-migrate @ 17988] Fix for glib < 2.10.0 I'm a little confused about the final g_object_unref() - it seems like that might would the ref-count zero (I don't see anywhere where "tooltips" is being referenced). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Dec 2006 21:29:16 +0000
parents 009db0b357b5
children
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_down_xpm[] = {
"13 16 13 1",
" 	g None",
".	g #E40E0E",
"+	g #B80000",
"@	g #F02F2F",
"#	g #E78383",
"$	g #E87676",
"%	g #E56A6A",
"&	g #EDAFAF",
"*	g #E79F9F",
"=	g #ED9191",
"-	g #F05757",
";	g #E54545",
">	g #D23333",
"    ....+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"    @#$%+    ",
"....@#$%....+",
" @&*=#$%-;>+ ",
"  @*=#$%-;+  ",
"   @=#$%-+   ",
"    @#$%+    ",
"     @$+     ",
"      +      "};