]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
add-editbox!
[guile-irrlicht.git] / src / gui-environment.h
index a52233a24cba3894d7926f2c804fdda9b0f2c962..9cfec521cd792ee02570ac210a13c4f96f9dcf0d 100644 (file)
@@ -43,6 +43,12 @@ extern "C" {
                     SCM position,
                     SCM rest);
 
+  SCM
+  irr_gui_addEditBox (SCM wrapped_gui_environment,
+                      SCM text,
+                      SCM rectangle,
+                      SCM rest);
+
   SCM
   irr_gui_addListBox (SCM wrapped_gui_environment,
                       SCM rectangle,