Contents Up Previous Next

wxListOfStringsListValidator

This class validates a list of strings for a list view. When editing the property, a dialog box is presented for adding, deleting or editing entries in the list. At present no constraints may be supplied.

You can construct a string list property value by constructing a wxStringList object.

For example:

  myListValidatorRegistry.RegisterValidator((wxString)"stringlist",
      new wxListOfStringsListValidator);

  wxStringList *strings = new wxStringList("earth", "fire", "wind", "water", NULL);

  sheet->AddProperty(new wxProperty("fred", strings, "stringlist"));
See also

Validator classes

Members

wxListOfStringsListValidator::wxListofStringsListValidator


wxListOfStringsListValidator::wxListofStringsListValidator

void wxListOfStringsListValidator(long flags=0)

Constructor.