X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=9cfec521cd792ee02570ac210a13c4f96f9dcf0d;hp=a52233a24cba3894d7926f2c804fdda9b0f2c962;hb=0701c9fb6dc986131d6c62212559338aab8b0531;hpb=7006c85b72b5eff7cfc935624711cf0bfdaa1508 diff --git a/src/gui-environment.h b/src/gui-environment.h index a52233a..9cfec52 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,