X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2FIGUIEnvironment.h;h=6e28bfe77e626dd5c1c956f2f5392a354f3cb995;hp=2ce45e57664aa3dc5c01f5e20d330e83806609a6;hb=56de371557044d3b7acc14cb94cc46641be906d9;hpb=03d4e13abc392abec3ef9cb6a97d83a5ae722ca8 diff --git a/src/IGUIEnvironment.h b/src/IGUIEnvironment.h index 2ce45e5..6e28bfe 100644 --- a/src/IGUIEnvironment.h +++ b/src/IGUIEnvironment.h @@ -33,6 +33,17 @@ extern "C" { DECLARE_WRAPPED_TYPE (irr::gui::IGUIEnvironment*, init_gui_environment_type, wrap_gui_environment, unwrap_gui_environment); + + SCM + irr_gui_addStaticText (SCM guienv, + SCM text, + SCM rectangle, + SCM border, + SCM wordWrap, + SCM parent, + SCM id, + SCM fillBackground); + } #endif