Re: [Gtk2hs-devel] A few suggested improvements

2014-11-09 Thread Daniel Wagner
Excerpts from Norbert Zeh's message of 2014-09-14 16:33:00 -0700: > EventM should export the type classes HasCoordinates, HasRootCoordinates, As discussed in the documentation, these classes are intentionally not exported to prevent users from declaring instances for these for types that really do

Re: [Gtk2hs-devel] A few suggested improvements

2014-09-14 Thread Norbert Zeh
More improvement suggestions: EventM should export the type classes HasCoordinates, HasRootCoordinates, etc. I just ran into a situation where I wrote an action that retrieves the event coordinates and then manipulates them, and I am using it in different types of event handlers that all have coo

[Gtk2hs-devel] A few suggested improvements

2014-09-10 Thread Norbert Zeh
Hi folks, First of all, thanks for gtk2hs. It's already awesome. There are a number of improvements I would suggest and I may even be willing to work on if I can find the time. #1: This one is a 10-second programming effort and is really necessary, I think. The current definition of EventM is