On Sat, 2010-06-19 at 20:29 +0800, Bear wrote:
> hi,
> I wanna edit my GIMP's context menu. Now the context menu is as seems as the 
> menu bar. I wanna use my customized context menu to replace the original one.
> I found some clue in
> app/widgets/gimpuimanager.c:573
> which say:
> void
> gimp_ui_manager_ui_popup (GimpUIManager        *manager,
>                           const gchar          *ui_path,
>                           GtkWidget            *parent,
>                           GimpMenuPositionFunc  position_func,
>                           gpointer              position_data,
>                           GDestroyNotify        popdown_func,
>                           gpointer              popdown_data)
> 
> but how to do next? thx!!

Hi,

edit menus/image-menu.xml.in, there is no need to change
anything in the source.

ciao,
--mitch

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to