Re: lablgtk2

Pascal Cuoq <[email protected]> Wed, 27 Oct 2010 12:54:43 +0200
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
On Oct 25, 2010, at 2:29 PM, Asma Tafat wrote:
> I'm using lablgtk2 on Mac OS (Snow Leopard).

I am using lablgtk2 on Snow Leopard too, and your program correctly  
creates a window for me.
However, there is a known bug (a gtk+ bug on Mac OS X) where a gtk+  
application is placed at the bottom of the stack of windows, instead  
of at the top as it should be. Perhaps this is what confuses you.
Closing the window does not exit the program and then it looks like an  
infinite loop, too, but I think that's normal.

Pascal