mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Open menubar item by name with translations
This commit is contained in:
parent
2bb14849f4
commit
5f7a4982f6
4 changed files with 29 additions and 24 deletions
|
@ -158,8 +158,8 @@ public:
|
|||
void init_menubar_as_editor();
|
||||
void init_menubar_as_gcodeviewer();
|
||||
void update_menubar();
|
||||
// Open item in menu by menu and item index (visible order of items including separators)
|
||||
//void open_menubar_item(int menu_index, int item_index);
|
||||
// Open item in menu by menu and item name (in actual language)
|
||||
void open_menubar_item(const wxString& menu_name,const wxString& item_name);
|
||||
#ifdef _WIN32
|
||||
void show_tabs_menu(bool show);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue