X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fmain.lisp;h=3e1d98143b4710844a18b37fb45f3e6982a761cb;hp=4b845cff37d0b0a3b7f4b435a05a0e0b3d729ce2;hb=0c3453de28e7ec4fc962ace0a57135dfd4cef43b;hpb=5f87a9fd0bed8832115f11073e5ee9a968ee95c0 diff --git a/src/main/main.lisp b/src/main/main.lisp index 4b845cf..3e1d981 100644 --- a/src/main/main.lisp +++ b/src/main/main.lisp @@ -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*))