mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Functions "Add/Delete" objects to/from list works correct now
This commit is contained in:
parent
5c4c912132
commit
c857b68fbe
5 changed files with 64 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue