On Tue, 21 Jun 2005 14:17:00 -0400, Jacques-Andre Boulay wrote
> I need to write a plugin which necessitates the adding of a
> selecting box in gaim main user interface. First question: is it
> possible to implement this kind of stuff as a plugin? If so, is it
> possible to do it via a script like tcl/tk or I have to code
> directly in C with GTK+? Could you please suggest me a way to
> understand how to code this kind of plugin (some docs or a plugin
> example)?
I imagine this is possible with a C/GTK+ plugin. Although it may be pretty
ugly. You would want to find the GtkContainer for the buddy list and add your
widget in there. You should be able to get a reference to the buddy list by
calling some function from src/gtkblist.h. I do not think it is possible from
a tcl/tk or perl script.
-Mark
|