mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Started porting of the functions for object settings editing
This commit is contained in:
parent
1c695fd97e
commit
8899be8cca
5 changed files with 93 additions and 0 deletions
|
@ -124,6 +124,8 @@ void set_label_clr_sys(const wxColour& clr);
|
|||
const wxFont& small_font();
|
||||
const wxFont& bold_font();
|
||||
|
||||
wxArrayString* open_model(wxWindow *parent);
|
||||
|
||||
extern void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change);
|
||||
|
||||
// This is called when closing the application, when loading a config file or when starting the config wizard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue