X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=bf896c8595636fc8deaaed8aa91f3dcd46aa2a04;hp=b26f542e6b344d53526a379987008caa87fe7c62;hb=8c5c5f5fc4aef51c5dfa515b3a8eee67de3b8e9b;hpb=37aba303eccc24a407f1b5b0af81623e47b89a22 diff --git a/src/gui-environment.h b/src/gui-environment.h index b26f542..bf896c8 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -34,6 +34,16 @@ extern "C" { DECLARE_WRAPPED_TYPE (irr::gui::IGUIEnvironment*, init_gui_environment_type, gui_environment_p, wrap_gui_environment, unwrap_gui_environment); + SCM + irr_gui_IGUIEnvironment_addStaticText (SCM gui_environment, + SCM text, + SCM rectangle, + SCM border, + SCM word_wrap, + SCM parent, + SCM id, + SCM fill_background); + SCM irr_gui_addImage (SCM wrapped_gui_environment, SCM image, @@ -57,12 +67,6 @@ extern "C" { SCM rectangle, SCM rest); - SCM - irr_gui_addStaticText (SCM wrapped_gui_environment, - SCM text, - SCM rectangle, - SCM rest); - SCM irr_gui_addWindow (SCM wrapped_gui_environment, SCM rectangle,