Is there a way to append a Gtk::TreeView - Gtk::ListStore with multithreaded functions?

前端 未结 0 651
小蘑菇
小蘑菇 2021-02-11 06:51

I have a function that appends some rows to a Gtk::TreeView, it\'s based on the one in the documentation:

Gtk::TreeModel::Row row;

for(const auto& i : some_v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题