From ea4800fcb9eb32389bc7d4b93d2819394b5957f0 Mon Sep 17 00:00:00 2001 From: Bill Su Date: Thu, 14 Dec 2023 18:58:53 -0500 Subject: [PATCH] comment that single-select wxListBox allows works with int --- include/wx/valgen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 8f26bd1740..c389cbfc81 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -33,6 +33,7 @@ public: // wxCheckBox, wxRadioButton, wx(Bitmap)ToggleButton wxGenericValidator(bool* val); // wxChoice, wxGauge, wxRadioBox, wxScrollBar, wxSlider, wxSpinButton + // single-selection wxListBox wxGenericValidator(int* val); // wxComboBox, wxTextCtrl, wxButton, wxStaticText (read-only) wxGenericValidator(wxString* val);