Re: Update data in Gtk::ListStore

2020-06-08 Thread Liomar da Hora via gtkmm-list
Thank you! Em seg., 8 de jun. de 2020 às 10:23, Kjell Ahlstedt escreveu: > On 2020-06-07 05:43, Liomar da Hora via gtkmm-list wrote: > > Hello, > > How do I update a given ListStore data? > > According to the example in the book, I can add rows of data, but I > > haven't found a way to update a

Re: Update data in Gtk::ListStore

2020-06-08 Thread Kjell Ahlstedt via gtkmm-list
On 2020-06-07 05:43, Liomar da Hora via gtkmm-list wrote: Hello, How do I update a given ListStore data? According to the example in the book, I can add rows of data, but I haven't found a way to update a specific data. See the treeview/editable_cells example at https://gitlab.gnome.org/GNOME