X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=6267e5d45f84eb373b3fb80d4b98716027170335;hb=272a4db4154e3970be1f0c619fa592d7b6b89f74;hp=1cc5cc630cd572fbdf39d283f4741657d8ed70dc;hpb=55e6476fba279b10b7732170a72b31426f973ef5;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 1cc5cc6..6267e5d 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,12 @@ 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, @@ -50,12 +56,20 @@ extern "C" { SCM rest); SCM - irr_gui_getFont (SCM wrapped_gui_environment, - SCM filename); + 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