loop/unloop question

2005-11-27 Thread Marc Lehmann
Hi! While writing Glib::Event, I stumbled over the following problem: Glib::Event effectively implements a kind of Event::loop. It would be very natural to actually make it call Event::loop, but there is a catch that hit me a number of time sin similar circumstances (e.g. in Coro::Event): Unlike

Announcement: Glib::Event module

2005-11-27 Thread Marc Lehmann
Hi! I am pleased to announce the (very alpha-ish) release of Glib::Event. This module overwrites the poll function used by Glib by a function compatible with the Event module. The result is that you can now mix Glib/Gtk2 code with code designed for the Event module, which I regard as *the* stand