]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
add-window!
[guile-irrlicht.git] / src / gui-environment.h
index 6267e5d45f84eb373b3fb80d4b98716027170335..5c6da7ecefdf66865915894219c8d6dcdb3327f3 100644 (file)
@@ -43,6 +43,17 @@ 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,
+                      SCM rest);
+
   SCM
   irr_gui_addScrollBar (SCM wrapped_gui_environment,
                         SCM horizontal,
@@ -55,6 +66,11 @@ extern "C" {
                          SCM rectangle,
                          SCM rest);
 
+  SCM
+  irr_gui_addWindow (SCM wrapped_gui_environment,
+                     SCM rectangle,
+                     SCM rest);
+
   SCM
   irr_gui_getBuiltInFont (SCM wrapped_gui_environment);