wxList::wxList

void wxList(void)

void wxList(unsigned int key_type)

void wxList(int n, wxObject *objects[])

void wxList(wxObject *object, ...)

Constructors. key_type is one of wxKEY_NONE, wxKEY_INTEGER, or wxKEY_STRING, and indicates what sort of keying is required (if any).

objects is an array of n objects with which to initialize the list.

The variable-length argument list constructor must be supplied with a terminating NULL.