lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



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...