view pixmaps/ok.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 a86882c351f0
children
line wrap: on
line source

/* XPM */
static char * ok_xpm[] = {
"24 24 18 1",
" 	c None",
".	c #000000",
"+	c #B3C2A7",
"@	c #708C58",
"#	c #859D71",
"$	c #627B4D",
"%	c #97AB86",
"&	c #566C43",
"*	c #A2BD9E",
"=	c #789774",
"-	c #88AC84",
";	c #5E764A",
">	c #698566",
",	c #6D8855",
"'	c #688251",
")	c #668050",
"!	c #6D8956",
"~	c #4F633E",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"               ..       ",
"              .+@.      ",
"              .#$.      ",
"             .%@.       ",
"       ..    .#&.       ",
"      .*=.  .#@.        ",
"      .--.. .@&.        ",
"       .-=..;@.         ",
"       .-->.,&.         ",
"        .--').          ",
"         .-!~.          ",
"         .--.           ",
"          .>.           ",
"           .            ",
"                        ",
"                        ",
"                        ",
"                        "};