X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=1cc5cc630cd572fbdf39d283f4741657d8ed70dc;hb=55e6476fba279b10b7732170a72b31426f973ef5;hp=9b8d63653e3df8c03feaa3da6fc11125d098e1c4;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 9b8d636..1cc5cc6 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -35,14 +35,26 @@ extern "C" { gui_environment_p, wrap_gui_environment, unwrap_gui_environment); SCM - irr_gui_addStaticText (SCM guienv, + irr_getGUIEnvironment (SCM wrapped_obj); + + SCM + 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); + + SCM + irr_gui_getFont (SCM wrapped_gui_environment, + SCM filename); + + SCM + irr_gui_getSkin (SCM wrapped_gui_environment); }