view pixmaps/arrow_down.xpm @ 5092:a4ad609ee6b3

[gaim-migrate @ 5454] None of gaim's dialogs need to be modal. for some of them, like the add buddy, im, and info dialogs, them being modal is a serious hinderance to normal usage. thus, i'm calling the modality of the dialogs a bug. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 10 Apr 2003 00:57:06 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_down_xpm[] = {
"11 6 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};