X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=a52233a24cba3894d7926f2c804fdda9b0f2c962;hb=7006c85b72b5eff7cfc935624711cf0bfdaa1508;hp=b03aac40fc24c630e02d0b78ffc64535e7371411;hpb=5780991d786b994724112c97f691d9e2b9f2f1c5;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index b03aac4..a52233a 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,17 @@ extern "C" { SCM position, SCM rest); + SCM + irr_gui_addListBox (SCM wrapped_gui_environment, + SCM rectangle, + 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, @@ -53,12 +64,17 @@ extern "C" { irr_gui_getBuiltInFont (SCM wrapped_gui_environment); SCM - irr_gui_getFont (SCM wrapped_gui_environment, - SCM filename); + irr_gui_getSkin (SCM wrapped_gui_environment); SCM - irr_gui_getSkin (SCM wrapped_gui_environment); + irr_gui_IGUIEnvironment_addButton (SCM wrapped_gui_environment, + SCM rectangle, + SCM rest); + + SCM + irr_gui_IGUIEnvironment_getFont (SCM wrapped_gui_environment, + SCM filename); -} + } #endif