UI/Model Parse - Textboxes
[clnl] / src / main / main.lisp
index 4b845cff37d0b0a3b7f4b435a05a0e0b3d729ce2..3e1d98143b4710844a18b37fb45f3e6982a761cb 100644 (file)
@@ -224,6 +224,7 @@ EXAMPLES:
             :dims ',(clnl-model:world-dimensions model)
             :view ',(clnl-model:view model)
             :buttons ',(clnl-model:buttons model)
+            :textboxes ',(clnl-model:textboxes model)
             :switches ',(clnl-model:switches model)))))))))
 
 (setf (documentation 'model->single-form-lisp 'function)
@@ -280,6 +281,7 @@ DESCRIPTION:
             :dims ',(clnl-model:world-dimensions model)
             :view ',(clnl-model:view model)
             :buttons ',(clnl-model:buttons model)
+            :textboxes ',(clnl-model:textboxes model)
             :switches ',(clnl-model:switches model)))))
      ,@(when netlogo-callback-fn
         `((defun ,netlogo-callback-fn (,(intern "NETLOGO-CODE" *model-package*))