]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
add-scrollbar!
[guile-irrlicht.git] / src / gui-environment.h
index c1e80d86bdb566d1d9ec2bc50ceac93b0ff62c20..6267e5d45f84eb373b3fb80d4b98716027170335 100644 (file)
@@ -43,15 +43,33 @@ extern "C" {
                     SCM position,
                     SCM rest);
 
+  SCM
+  irr_gui_addScrollBar (SCM wrapped_gui_environment,
+                        SCM horizontal,
+                        SCM rectangle,
+                        SCM rest);
+
   SCM
   irr_gui_addStaticText (SCM wrapped_gui_environment,
                          SCM text,
                          SCM rectangle,
                          SCM rest);
 
+  SCM
+  irr_gui_getBuiltInFont (SCM wrapped_gui_environment);
+
   SCM
   irr_gui_getSkin (SCM wrapped_gui_environment);
 
-}
+  SCM
+  irr_gui_IGUIEnvironment_addButton (SCM wrapped_gui_environment,
+                                     SCM rectangle,
+                                     SCM rest);
+
+  SCM
+  irr_gui_IGUIEnvironment_getFont (SCM wrapped_gui_environment,
+                                   SCM filename);
+
+  }
 
 #endif