X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=6267e5d45f84eb373b3fb80d4b98716027170335;hp=79853fa92fbc0980777021c58993d743078218e7;hb=272a4db4154e3970be1f0c619fa592d7b6b89f74;hpb=15be0323f62a228707f616c25c4b87cd1d68766f diff --git a/src/gui-environment.h b/src/gui-environment.h index 79853fa..6267e5d 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -43,6 +43,12 @@ extern "C" { SCM position, 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,