
26 Nov
2008
26 Nov
'08
4:56 p.m.
On 26 Nov 2008, at 22:50, Levi Stephen wrote:
Hi,
This is no longer a problem I managed to get this working by adding the following lines:
updater <- mkUpdater (cGetTime clock) (return () `stepper` quitOnDestory windowDestroy)
idleAdd (updater >> return True)
Excellent! I look forward to seeing a release of reactive-gtk some time, it'd be lovely to be able to program "proper" GUIs in a truely functional way. Bob