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