[..] You might also consider declaring list as a std::vector<std::string>. Then,
list.clear();
for(int i = 1; i <= choice.count(); ++i) {
list.push_back(choice.value(i));
}
Best,
Stan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

