X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=9cfec521cd792ee02570ac210a13c4f96f9dcf0d;hb=0701c9fb6dc986131d6c62212559338aab8b0531;hp=e99e133f7237873774e978531cb9f2617e5bd4f5;hpb=da89e12dbf35ce6452e6a6e2eeb3f83eaeb94c97;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index e99e133..9cfec52 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,23 @@ 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, + SCM rest); + + SCM + irr_gui_addScrollBar (SCM wrapped_gui_environment, + SCM horizontal, + SCM rectangle, + SCM rest); + SCM irr_gui_addStaticText (SCM wrapped_gui_environment, SCM text, @@ -52,10 +69,6 @@ extern "C" { SCM irr_gui_getBuiltInFont (SCM wrapped_gui_environment); - SCM - irr_gui_getFont (SCM wrapped_gui_environment, - SCM filename); - SCM irr_gui_getSkin (SCM wrapped_gui_environment); @@ -64,6 +77,10 @@ extern "C" { SCM rectangle, SCM rest); + SCM + irr_gui_IGUIEnvironment_getFont (SCM wrapped_gui_environment, + SCM filename); + } #endif