First prototype of adding of UI for frequently changed parameters

This commit is contained in:
YuSanka 2018-03-09 18:34:30 +01:00
parent d5e136a6d5
commit e8adbd7303
4 changed files with 45 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class wxArrayString;
class wxArrayLong;
class wxColour;
class wxBoxSizer;
class wxFlexGridSizer;
namespace Slic3r {
@ -127,6 +128,8 @@ wxString from_u8(const std::string &str);
wxWindow *get_widget_by_id(int id);
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);
}
}