- wxTheClipboard->GetData(&wxldo);
- {
- }
- //FIXME: missing functionality m_llist->Insert(wxldo.GetList());
+ wxTheClipboard->GetData(wxldo);
+
+ // now we can access the data we had put into wxLayoutDataObject in
+ // wxLayoutList::GetSelection by calling its GetLayoutData() - the
+ // trouble is that I don't know what to do with it! (VZ)