wxListBox::Create

Bool Create(wxPanel *parent, wxFunction func, char *label, Bool multiple_selection = FALSE, int x = -1, int y = -1, int width = -1, int height = -1, int n, char *choices[], int style = 0, char *name = "listBox")

Creates the listbox for two-step construction. Derived classes should call or replace this function. See wxListBox::wxListBox for further details.