Re: changing the content of a model/view/store at run time

2019-08-08 Thread Phil Wolff via gtkmm-list
From the Gtk::TreeModel reference: "This class defines a generic tree interface for use by the Gtk::TreeView widget. ... It is important to note that *this interface only provides a way of examining a model and observing changes. The implementation of each individual model decides how and if

changing the content of a model/view/store at run time

2019-08-08 Thread pcr
I'm trying to learn how to iterate over model rows in a manner similar to the code segment in section 9.3 of the gnome gtkmm tutorial.  Consider me a newbie; the "something" I want to do below is delete/clear/erase a row - really all rows so I can display a new set of rows in response to a

Re: Trapping Glib critical error messages

2019-08-08 Thread Phil Wolff via gtkmm-list
That's the one I need. Thanks! On 8/8/19 12:12 AM, Kjell Ahlstedt wrote: Or, in gdb: break g_log Den 2019-08-08 kl. 00:58, skrev Daniel Boles via gtkmm-list: run with

Re: Trapping Glib critical error messages

2019-08-08 Thread Jens Georg
On Do, Aug 8, 2019 at 9:12 AM, Kjell Ahlstedt via gtkmm-list wrote: Or, in gdb: break g_log You might want to set a condition then, though, because some things are quite debug-chatty ___ gtkmm-list mailing list gtkmm-list@gnome.org

Re: Trapping Glib critical error messages

2019-08-08 Thread Kjell Ahlstedt via gtkmm-list
Or, in gdb: break g_log Den 2019-08-08 kl. 00:58, skrev Daniel Boles via gtkmm-list: run with G_DEBUG=fatal-criticals or -warnings or etc to taste On Wed, 7 Aug 2019, 23:50 Phil Wolff via gtkmm-list, mailto:gtkmm-list@gnome.org>> wrote: GLib-GObject-CRITICAL **: 15:30:09.453: