标签: c++ wxwidgets
我需要从wxTreeListCtrl中检索所有选定的叶节点。我们有什么功能吗? GetSelection()函数仅提供最新节点。我需要所有节点。或者我应该遍历树并获取选定的叶节点? 有没有更好/更有效的方法来做到这一点?
答案 0 :(得分:0)
你的意思是unsigned wxTreeListCtrl::GetSelections(wxTreeListItems& selections) const?
unsigned wxTreeListCtrl::GetSelections(wxTreeListItems& selections) const