Is there a way (e.g. in MSW or gtk) to move a item in a wxTreeCtrl? It means to set another parent to an existing item. So I can move it from node A to node B. Would it be technical possible to implement something like this and add such a methode to wxTreeCtrl? Or does MSW and gtk doesn't support this?