Re: GtkTree row.set_value does not work
- From: "Luis A. Montes" <luis montes qdusa com>
- To: gtkmm-list gnome org
- Subject: Re: GtkTree row.set_value does not work
- Date: Wed, 16 Feb 2011 11:36:43 -0800
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]