wxTreeCtrl APIs

Hi:

The API exposed by wxTreeCtrl does not contain those to change a
wxTreeItem's parent and children after it is created. The only way now I've
found to do this is to recreate parts of wxTreeCtrl object, and delete the
original ones, which takes time when it has several levels of recursions. I
think it is helpful if wxTreeCtrl can make some enhance around this topic.