[Gimp-developer] dynamic plugin menu

2010-02-16 Thread Gena Batsyan
Hi! I've been trying to find a way for a plugin to update menu entries it has initially registered from query() via gimp_install_procedure() When the plugin is being run it wishes to update the menu entries, for instance putting some named presets previously selected in the plugin interface to

Re: [Gimp-developer] dynamic plugin menu

2010-02-17 Thread Gena Batsyan
u can > unregister them using gimp_uninstall_temp_proc, and the register them > again inside another menu. > What I suggested is probably not the best way in the world, but it's > the only way I can think of. > > Hope this helps, > ~ LightningIsMyName > > On Tue,

Re: [Gimp-developer] dynamic plugin menu

2010-02-17 Thread Gena Batsyan
Sven Neumann wrote: > Hi, > > On Tue, 2010-02-16 at 14:11 +0200, LightningIsMyName wrote: > > >>> "A temporary procedure is a procedure which is only available while one >>> of your plug-in's "real" procedures is running. " >>> >> That is correct - If you will look at line 107 >> http://g