Skip to main content

Meta_ApplicationMenuCustom

Module: Metanodes / Definitions

An ApplicationMenuCustom is used by context menus to populate the menu with dynamic data (for example, a list of nodes in the tree)

#include <meta_gvxfactory.hpp>

Public Types

TypeName
enumIDX { Idx_Func }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Funcstring - Name of a Lua function to call, with signature func(target,menu) where target is the node that summoned the menu, and menu is a temporary menu container on which to create Meta_ApplicationMenuEntry items for this operation

Property index.