X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=5c6da7ecefdf66865915894219c8d6dcdb3327f3;hb=c9c098c6a9363eb59f435eb195a4bc5b9098b1dd;hp=a52233a24cba3894d7926f2c804fdda9b0f2c962;hpb=7006c85b72b5eff7cfc935624711cf0bfdaa1508;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index a52233a..5c6da7e 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,12 @@ 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, @@ -60,6 +66,11 @@ extern "C" { SCM rectangle, SCM rest); + SCM + irr_gui_addWindow (SCM wrapped_gui_environment, + SCM rectangle, + SCM rest); + SCM irr_gui_getBuiltInFont (SCM wrapped_gui_environment);