On 5/6/06, Mario Segura <masegurita gmail com> wrote:
HI, I would like to add some functions to the main loop of a GTKMM application, but i havent found documentation about it. My idea is to run a function every 0.1 seconds independent of what the GUI is doing. Thanks,
look at Glib::SignalTimeout: http://gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalTimeout.html Does that do what you want? Jonner