comment that single-select wxListBox allows works with int
This commit is contained in:
parent
8dc3ef4307
commit
ea4800fcb9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue