(make-object mred:editor-frame% filename show?) -> mred:editor-frame% object
filename = #t : string or #f
show? = #f : boolean
After super-init is called, filename
is passed to
open-file. If show? is #t, then the frame is imediately shown to
the user.