[Nasal-cvs] gtk.nas

Andy Ross andy at plausible.org
Fri Oct 6 21:27:15 PDT 2006


Update of /home/nasal-cvs/nasal/lib
In directory purr:/tmp/cvs-serv31004

Modified Files:
	gtk.nas 
Log Message:
Even slicker gtk.nas module.  Forget the hand-written classes, careful
inspection shows that *all* the methods on those classes fall into
exactly two categories: methods that prepend the "me" reference to the
arguments and call an underlying function, and methods that emit a
signal on the object.  So drive the class initialization from tables
instead.



More information about the nasal-cvs mailing list