Foster Gareth wrote:

It you don't, then I daresay running an event loop is overly complex and/or simply wrong.


Are we saying then, that you do ...

 while(Gtk::Main::instance()->events_pending())
   Gtk::Main::instance()->iteration();                       // if you want to
allow user interaction and redraw

 gdk_window()->process_updates(false);                       // if you want to
allow redraw


Yes. Or that's the way I see it, anyway.

If that is the case, a small update to the example I made could be used to
illustrate the point.

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

Reply via email to