41 wxMenuBar* oldMenuBar = GetMenuBar();
49 fileMenu->AppendSeparator();
50 fileMenu->
AddClose(
_(
"Assign Footprints" ) );
59 editMenu->AppendSeparator();
73 prefsMenu->AppendSeparator();
78 menuBar->Append( fileMenu,
_(
"&File" ) );
79 menuBar->Append( editMenu,
_(
"&Edit" ) );
80 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
static TOOL_ACTION openPreferences
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION configurePaths
Handle actions that are shared between different applications.
static TOOL_ACTION showEquFileTable
static TOOL_ACTION saveAssociationsToSchematic
Management actions.
void doReCreateMenuBar() override
void AddMenuLanguageList(ACTION_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool)
Function AddMenuLanguageList creates a menu list for language choice, and add it as submenu to Master...
void SetMenuBar(wxMenuBar *menu_bar) override
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.