On 9/12/06, David Gowers <00ai99@xxxxxxxxx> wrote:
On 9/13/06, Dream Artist Aspiring < raajahamsa@xxxxxxxxx> wrote:Hi, Thank you very much for the reply. Here is the registration code. If not in Xtns, where should I put this?
static void
query (void)
{
static GimpParamDef args[] =
{
{
GIMP_PDB_INT32,
"run-mode",
"Run mode"
},
{
GIMP_PDB_INT32,
"image",
"Input image"
},
{
GIMP_PDB_INT32,
"drawable",
"Input drawable"
}
};
gimp_install_procedure (
"plug-in-testp",
"TestP",
"A Test Plugin",
" ",
" ",
"2006",
"_testp",
"RGB*, GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register ("plug-in-testp",
"<Toolbox>/Xtns/Plugins/Misc");
That all looks OK, except the path. I suggest something like
"<Image>/Test/Testplugin". I think that plugins have to be registered in the image menus to be repeatable, too.
Certainly the ones of mine that reside in the toolbox are not repeatable.
_______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer