On Fri, 3 Dec 2010 21:58:59 +0000 WILLIAM FRASER william.fraser@virgin.net wrote:
Also I am trying to implement integrated plugin help, and plugin configure. Despite defining these, when I go into tools->plugin manager, and highlight my plugin, neither the help nor the configure button become active. Again does anyone have any sugestions? Here's the code for the two routines. Do I need to declare that I am implementing these anywhere?
static void plugin_help() {
[..]
static GtkWidget *plugin_configure(GtkDialog *dialog)
I guess you might give it a try without static. I could imagine that this is causing the issues. :)
Cheers, Frank