Bruno Boettcher said:
> On Tue, Jun 15, 2004 at 03:56:09PM -0400, muppet wrote:
>> that just doesn't work. and, honestly, i don't understand why the gui has
>> to
>> be built before gtk_init() because of POE --- how are they linked in any
>> way?
> POE replaces the normal Gtk Eventloop with its own
> AFAIU surely i am wrong :D
it doesn't so much replace the gtk+ event loop as intertwine them. gdk events
will not be processed unless you do things the gdk/gtk+ way, and the poe
wrappers do that.
but gtk_init() has nothing to do with the main loop --- it connects to the
display! if you don't connect to the display, the windowing code can't do
much.
--
muppet <scott at asofyet dot org>
|