FIX: modify the combo box selection value

Jira: 4529
Change-Id: Icdd3dc86fd3d08de5919edf7b3dfbdf1d8777962
This commit is contained in:
zhimin.zeng 2023-09-19 19:27:19 +08:00 committed by Lane.Wei
parent 0120387f26
commit 2870ed90c4
2 changed files with 12 additions and 3 deletions

View file

@ -53,6 +53,7 @@ public:
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL);
int get_selection() const;
wxString get_value() const;
void set_values(const wxArrayString& values);