Re: [Gtk2hs-devel] Patch to enable missing functions related to GValues

2009-10-11 Thread Axel Simon
Hi Matt, GValues are not very Haskellish as they are not very convenient to program with. GValues are on the way out unless they are needed in binding certain functions. Would you expose GValues to the user? If so, is it possible to avoid that? Axel. On Oct 11, 2009, at 14:54, Matt Arsenau

[Gtk2hs-devel] Patch to enable missing functions related to GValues

2009-10-11 Thread Matt Arsenault
Hi, I've been working on Clutter bindings, and I ran into an issue where the functions for setting/getting Gvalues with Char and UChar were commented out in Gtk2hs. Here's a patch which uncomments them and adds the necessary type conversion. Thanks, Matt Arsenault [Uncomm