Re: Getting the TreeModelColumns from a Glade file

2010-06-15 Thread Dominik Gabi
On 06/15/2010 04:33 PM, José Alburquerque wrote: On Tue, 2010-06-15 at 11:24 +0200, Dominik Gabi wrote: Is there an easier way to manipulate a TreeRow or am I just missing something here? Unfortunately Gtk::TreeView::get_column() returns a TreeViewColumn whereas Gtk::Tr

Re: Getting the TreeModelColumns from a Glade file

2010-06-15 Thread José Alburquerque
On Tue, 2010-06-15 at 11:24 +0200, Dominik Gabi wrote: > >> Is there an easier way to manipulate a TreeRow or am I just missing > >> something here? > >> > > > > Unfortunately Gtk::TreeView::get_column() returns a TreeViewColumn > whereas Gtk::TreeRow::operator[] takes an TreeModelColu

Re: Getting the TreeModelColumns from a Glade file

2010-06-15 Thread Dominik Gabi
On 06/14/2010 02:46 AM, José Alburquerque wrote: On Sat, 2010-06-12 at 06:40 +0200, Dominik Gabi wrote: Hi, I'd like to set and get the values of a Gtk::TreeStore that I've instantiated in Glade. I'd like to do this the way it is done in the gtkmm-tutorial (with the overloaded [] operator o

Re: Getting the TreeModelColumns from a Glade file

2010-06-13 Thread José Alburquerque
On Sat, 2010-06-12 at 06:40 +0200, Dominik Gabi wrote: > Hi, > > I'd like to set and get the values of a Gtk::TreeStore that I've > instantiated in Glade. I'd like to do this the way it is done in the > gtkmm-tutorial (with the overloaded [] operator of the TreeRow). If you can get the model