Started porting of the functions for object settings editing

This commit is contained in:
YuSanka 2018-06-13 16:39:33 +02:00
parent 1c695fd97e
commit 8899be8cca
5 changed files with 93 additions and 0 deletions

View file

@ -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