Re: GUIs and events/callbacks.
Nick Name <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 06 Mar 2003 19:13:08 +0100 George Russell <[email protected]> wrote: > > > Now of course I'm biased, and I prefer events to callbacks, but I > appreciate the arguments that have been made that including > composable events in a GUI would simply involve adding too much heavy > machinery which doesn't have anything to do with graphics. Why not just provide events AND callbacks AND composable events? The user of the library will choose what he deserves :-) Vincenzo