J
Joe Laughlin
I'm creating a Gtk::TreeViewColumn and attaching its model to a
Gtk::ListStore. The liststore is created to have one column of type Object.
I then create a bunch of columns and renderers and and call
set_cell_data_func() on each column, setting the renderer.text attribute to
equal some atribute in an object that's contained in the Gtk::ListStore.
(hope that makes sense!)
So when I run the application, I get a bunch of these warnings when I move
my mouse over the treeview:
GLib-GObject-WARNING **: unable to set property `text' of type `gchararray'
from value of type `VALUE'
Ideas?
Thanks,
Joe
Gtk::ListStore. The liststore is created to have one column of type Object.
I then create a bunch of columns and renderers and and call
set_cell_data_func() on each column, setting the renderer.text attribute to
equal some atribute in an object that's contained in the Gtk::ListStore.
(hope that makes sense!)
So when I run the application, I get a bunch of these warnings when I move
my mouse over the treeview:
GLib-GObject-WARNING **: unable to set property `text' of type `gchararray'
from value of type `VALUE'
Ideas?
Thanks,
Joe