X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=a52233a24cba3894d7926f2c804fdda9b0f2c962;hb=7006c85b72b5eff7cfc935624711cf0bfdaa1508;hp=6267e5d45f84eb373b3fb80d4b98716027170335;hpb=65527be1c7ad3f05ba651c25249fd8300f5f4fad;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 6267e5d..a52233a 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,11 @@ 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,