MCPcopy Create free account
hub / github.com/audacity/audacity / ExtraScriptablesIMenu

Function ExtraScriptablesIMenu

src/BatchProcessDialog.cpp:1592–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590AttachedItem sAttachment1{ Indirect(PluginMenuItems()), wxT("Tools/Manage") };
1591
1592auto ExtraScriptablesIMenu()
1593{
1594 // These are the more useful to VI user Scriptables.
1595 static auto menu = std::shared_ptr{
1596 // i18n-hint: Scriptables are commands normally used from Python, Perl etc.
1597 Menu( wxT("Scriptables1"), XXO("Script&ables I") )
1598 };
1599 return menu;
1600}
1601
1602AttachedItem sAttachment2{ Indirect(ExtraScriptablesIMenu()),
1603 wxT("Optional/Extra/Part2")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected