[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: idea of vision of blueprint of ROADMAP of Lua core
- From: PA <petite.abeille@...>
- Date: Mon, 17 Jan 2005 23:24:23 +0100
On Jan 18, 2005, at 00:18, André de Leiradella wrote:
The Java GUI model
For an alternative -and quite flexible- event model, take a look at
Cocoa's AppKit:
http://developer.apple.com/documentation/Cocoa/Conceptual/
BasicEventHandling/index.html
Such a model could play nicely with Lua as Objective-C is very much
method (aka @selector, aka function) oriented.
Cheers
--
PA
http://alt.textdrive.com/
P.S.
Ironically enough, Swing is somewhat based on Cocoa/OPENSTEP/NEXTSTEP
event model. Unfortunately, Sun managed to mess it up nonetheless.
Sigh...