"Sigbjorn Finne (Intl Vendor)" <[EMAIL PROTECTED]> wrote,
[...lots of stuff deleted...]
>
> A couple of things:
>
[...]
> - support Manuel's GTK+ efforts, if possible; Xlib is low-level, and GTK+
> (and its Glib) does hold out the promise of being cross-platform one
> day soon.
I will provide explicit support for Glib and GDK also.
Actually, I am currently restructuring the code to directly
reflect the Glib/GDK/GTK+ trinity on the Haskell side. That
is quite important as GTK+ requires the programmer to
directly access GDK for things like using alternative input
devices (eg, graphic tablets) and using rendering libraries
like Sven's OpenGL binding.
> - I've been meaning to write a cheap&cheerful header file to IDL
> pre-processor, but have never gotten around to actually doing it. This
> would be of some help to you here, I suppose.
At the moment, I am implementing a C header file parser to
automatically ensure consistency of enumeration types etc
between the original GTK+ headers and the Haskell binding.
I'll put the stuff on the net when it works.
Cheers,
Manuel