wxList::Insert

wxNode * Insert(wxObject *object)

Insert object at front of list.

wxNode * Insert(wxNode *position, wxObject *object)

Insert object before position.