Functions "Add/Delete" objects to/from list works correct now

This commit is contained in:
YuSanka 2018-05-30 17:52:28 +02:00
parent 5c4c912132
commit c857b68fbe
5 changed files with 64 additions and 30 deletions

View file

@ -174,6 +174,10 @@ wxString L_str(const std::string &str);
// Return wxString from std::string in UTF8
wxString from_u8(const std::string &str);
// Add object to the list
void add_object(const std::string &name);
// Delete object from the list
void del_object();
void add_expert_mode_part(wxWindow* parent, wxBoxSizer* sizer);
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);