Re: GtkTree row.set_value does not work



And, if I replace:
	row.set_value<gchararray>(0, &buffer[0]);
with:
	gtk_tree_store_set (tree_store->gobj(), row.gobj(), 0, "Hello", -1);
then the gtkmm program works as well, so it seems that the problem is
not with gtkbuilder, but with the set_value call. Any way, this is a
good enough workaround if nobody can point me to a problem in my code.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]