Update of /home/nasal-cvs/nasal/lib In directory purr:/tmp/cvs-serv20506 Modified Files: gtk.nas Log Message: Use get_signals() to automagically create callable functions for each signal on the class. So you now get widget.show() and widget.hide(), etc... No need to call emit() any more.