1 \section{\class{wxListOfStringsListValidator
}}\label{wxlistofstringslistvalidator
}
3 \overview{Validator classes
}{proplistvalidatorclasses
}
5 This class validates a list of strings for a list view. When editing the property,
6 a dialog box is presented for adding, deleting or editing entries in the list.
7 At present no constraints may be supplied.
9 You can construct a string list property value by constructing a wxStringList object.
14 myListValidatorRegistry.RegisterValidator((wxString)"stringlist",
15 new wxListOfStringsListValidator);
17 wxStringList *strings = new wxStringList("earth", "fire", "wind", "water", NULL);
19 sheet->AddProperty(new wxProperty("fred", strings, "stringlist"));
22 \membersection{wxListOfStringsListValidator::wxListofStringsListValidator
}
24 \func{void
}{wxListOfStringsListValidator
}{\param{long
}{ flags=
0}}