42 wxMenuBar* oldMenuBar = GetMenuBar();
50 fileMenu->AppendSeparator();
51 fileMenu->
AddClose(
_(
"Assign Footprints" ) );
60 editMenu->AppendSeparator();
74 prefsMenu->AppendSeparator();
79 menuBar->Append( fileMenu,
_(
"&File" ) );
80 menuBar->Append( editMenu,
_(
"&Edit" ) );
81 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)
Create a menu list for language choice, and add it as submenu to MasterMenu.
void SetMenuBar(wxMenuBar *menu_bar) override
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.