Only unique name of font item

Add FontListSerializable for store/load font list from AppConfig
This commit is contained in:
Filip Sykala 2022-01-10 10:59:10 +01:00
parent ef6860d4ee
commit 3e0bc4a529
5 changed files with 168 additions and 80 deletions

View file

@ -84,6 +84,7 @@ public:
bool button(const wxString &label);
bool button(const wxString& label, float width, float height);
bool button(const wxString& label, const ImVec2 &size, bool enable); // default size = ImVec2(0.f, 0.f)
bool radio_button(const wxString &label, bool active);
bool image_button();
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");