If you want to avoid multithread programming, you can try a timeout:
https://developer.gnome.org/gtkmm-tutorial/stable/sec-timeouts.html.en

I'm not sure it works well during all kinds of IO operations. The calls to the slot you connect might be delayed too much, but it's worth trying. If it works, it's easier than multithreading.

Kjell

Den 2014-08-01 21:04, Ritesh Khadgaray skrev:
Hi

You might want to look up - https://developer.gnome.org/gtkmm-tutorial/3.9/sec-multithread-example.html.en .

Cheers



On Wed, Jul 16, 2014 at 2:33 AM, Glus Xof <[email protected] <mailto:[email protected]>> wrote:

    Hi guys,

    Is there any procedure a la Gtkmm to pulse periodically a
    Gtk::Entry (I mean methods like progress_pulse()) while during the
    IO operations.. and thus avoid eventually threads programming ?

    Glus


_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to