view pixmaps/warn.xpm @ 6020:3b6f48766acb

[gaim-migrate @ 6470] Yeah, this *should* work. But maybe it won't. I sure as hell ain't testin it. That's what we pay you for you. This is a plugin event that gets triggered when the user switches tabs in a window. Used in conjunction with GTK signals, you should be able to get a good idea of when a conversation has taken focus. Maybe now the notify plugin can be fixed. While doing this, I noticed that a lot of the plugin documentation stuff is woefully outdated. Someone who wants to get involved with a non-coding project is welcome to send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 05 Jul 2003 03:09:43 +0000
parents 0bbcdd94e5b0
children
line wrap: on
line source

/* XPM */
static char * warn_xpm[] = {
"24 24 25 1",
" 	c None",
".	c #000000",
"+	c #B8AE9A",
"@	c #DCD0B8",
"#	c #C9BEA8",
"$	c #A89F8D",
"%	c #A7685C",
"&	c #956056",
"*	c #625C51",
"=	c #C59C94",
"-	c #B37D72",
";	c #B0A693",
">	c #BD8D84",
",	c #A67369",
"'	c #9A9181",
")	c #CCC5B7",
"!	c #C1B9A8",
"~	c #B4AA96",
"{	c #AC786D",
"]	c #79554A",
"^	c #85685A",
"/	c #908878",
"(	c #938B7A",
"_	c #6D5446",
":	c #664E41",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"      ......  ...       ",
"     .+@#@@$..%%&...    ",
"     .*@$@@@@@.=-.%%.   ",
"    .;@@+@##@@.>%.,,.   ",
"     ..#'#)!~~.{].^^.   ",
"    ./~~~~~(.._::...    ",
"     ....~(.  ...       ",
"        .~.             ",
"       .@~.             ",
"       .@(.             ",
"       .~(.             ",
"        ...             ",
"                        ",
"                        ",
"                        "};