|
From: Henning T. <le...@he...> - 2011-06-20 19:33:52
|
On Thu, 16 Jun 2011, Heinrich Apfelmus wrote:
> I'm currently working on the FRP part [1]. It turns out that FRP is
> completely orthogonal to wxHaskell; there is no need to add special
> support for FRP in the GUI library. A handful of convenience wrappers
> [2] are enough to transform wxHaskell into a fully featured FRP-GUI
> library.
+1
> In other words, you can simply focus on the mid-level GUI
> bindings and get that into the platform.
May I advertise my enumset library that allows to handle flag sets as the
ones in Graphics.UI.WXCore.WxcDefs in a safe and efficient way:
http://hackage.haskell.org/package/enumset
|