Method
GimpProcedureadd_menu_path
Declaration [src]
void
gimp_procedure_add_menu_path (
GimpProcedure* procedure,
const gchar* menu_path
)
Description [src]
Adds a menu path to the procedure. Only procedures which have a menu label can add a menu path.
Menu paths are untranslated paths to menus and submenus with the
syntax <Prefix>/Path/To/Submenu
, for example <Image>/Layer/Transform
See also: gimp_plug_in_add_menu_branch().
Available since: | 3.0 |