]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
add-image!
[guile-irrlicht.git] / src / gui-environment.h
index caac2eeda7653f21c0ac15ab9f4797974101340d..85ea2506b1884cf4306857abc95ae563900d291c 100644 (file)
@@ -38,14 +38,16 @@ extern "C" {
   irr_getGUIEnvironment (SCM wrapped_obj);
 
   SCM
-  irr_gui_addStaticText (SCM guienv,
+  irr_gui_addImage (SCM wrapped_gui_environment,
+                    SCM image,
+                    SCM position,
+                    SCM rest);
+
+  SCM
+  irr_gui_addStaticText (SCM wrapped_gui_environment,
                          SCM text,
                          SCM rectangle,
-                         SCM border,
-                         SCM wordWrap,
-                         SCM parent,
-                         SCM id,
-                         SCM fillBackground);
+                         SCM rest);
 
 }