X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=85ea2506b1884cf4306857abc95ae563900d291c;hb=8acb4684a364e62389afc512304e6270d9b67244;hp=caac2eeda7653f21c0ac15ab9f4797974101340d;hpb=9a256c6c6a756378cb53c89d42e362bbaa2fc5c0;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index caac2ee..85ea250 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -38,14 +38,16 @@ extern "C" { irr_getGUIEnvironment (SCM wrapped_obj); SCM - irr_gui_addStaticText (SCM guienv, + irr_gui_addImage (SCM wrapped_gui_environment, + SCM image, + SCM position, + SCM rest); + + SCM + irr_gui_addStaticText (SCM wrapped_gui_environment, SCM text, SCM rectangle, - SCM border, - SCM wordWrap, - SCM parent, - SCM id, - SCM fillBackground); + SCM rest); }