How can I update a GTK+ interface on a periodic event. For example, let\'s say I wanted to update a text field containing the time every 200 milliseconds. How is this typica
This tutorial has an example. (Search for the section titled "A timer example".)
The short answer is "use g_timeout_add".