<div dir="ltr"><div>from your readme:<br></div><div><br></div><div>> GTK# and other gtk bindings supply a method to callback to the
main thread, which gtkmm does not.</div><div><br></div><div>I'm pretty sure it does. Or rather, GLib does, and GTK uses the GLib main loop, and glibmm/gtkmm wrap both of those.<br></div><div><br></div><div>You simply connect to Glib::signal_idle(), passing a callback, which will be called once the GLib main loop is running and has nothing of a higher priority to do.<br></div><div><br></div><div><a href="https://developer.gnome.org/glibmm/stable/classGlib_1_1SignalIdle.html">https://developer.gnome.org/glibmm/stable/classGlib_1_1SignalIdle.html</a></div><div><br></div></div>