我正在使用wxPython製作python樹可視化工具。它會像這樣使用: show_tree([ 'A node with no children', ('A node with children', 'A child node', ('A child node with children', 'Another child')) ])
它工作正常,但它顯示了一個值爲「樹」的根。我做到了這樣,它
在我的其他方法(數據,文本等)中,setItem方法可以正常工作以顯示對樹項目所做的更改。但是,更改項目圖標後調用setItem似乎沒有任何作用。更新樹項目以便出現新圖標的最佳方法是什麼? 感謝 public void modified()
{
FormTreeItem workingItem;
;
super();
//find the current