X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=9cfec521cd792ee02570ac210a13c4f96f9dcf0d;hb=0701c9fb6dc986131d6c62212559338aab8b0531;hp=6267e5d45f84eb373b3fb80d4b98716027170335;hpb=272a4db4154e3970be1f0c619fa592d7b6b89f74;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 6267e5d..9cfec52 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,17 @@ extern "C" { SCM position, SCM rest); + SCM + irr_gui_addEditBox (SCM wrapped_gui_environment, + SCM text, + SCM rectangle, + SCM rest); + + SCM + irr_gui_addListBox (SCM wrapped_gui_environment, + SCM rectangle, + SCM rest); + SCM irr_gui_addScrollBar (SCM wrapped_gui_environment, SCM horizontal,