(make-object mred:return-edit% returnline-spacingtabstopsnumtabs)->mred:return-edit% object return : a function of no arguments that returns a boolean line-spacing = 1.0 : inexact real tabstops = null : boxed inexact real or null numtabs = 0 : small integer
The function return is called when either return or enter is
pressed in the edit. If
it returns #t the event is considered handled, otherwise it is
not considered handled.