]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
Material creation
[guile-irrlicht.git] / src / gui-environment.h
index 9b8d63653e3df8c03feaa3da6fc11125d098e1c4..dd3f597d051d6239de7bc2c3a561a831d5a04ef6 100644 (file)
@@ -35,14 +35,13 @@ extern "C" {
                         gui_environment_p, wrap_gui_environment, unwrap_gui_environment);
 
   SCM
-  irr_gui_addStaticText (SCM guienv,
+  irr_getGUIEnvironment (SCM wrapped_obj);
+
+  SCM
+  irr_gui_addStaticText (SCM wrapped_gui_environment,
                          SCM text,
                          SCM rectangle,
-                         SCM border,
-                         SCM wordWrap,
-                         SCM parent,
-                         SCM id,
-                         SCM fillBackground);
+                         SCM rest);
 
 }