X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=d621b84284ad32cd358184a67e47cea09ee7df58;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=46f917837e64156d11c75ac21f0ce5625f29aef0;hpb=e7b77e0297a276d9cbfc3953b79bfad85ece4edf;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 46f9178..d621b84 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,100 +22,7 @@ #ifndef __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ -#include -#include -#include "wrapped.h" - - -template -SCM -irr_gui_IGUIEnvironment_addButton (SCM gui_environment, - SCM rectangle, - SCM parent, - SCM id, - SCM text, - SCM tooltiptext); - - -template -SCM -irr_gui_IGUIEnvironment_addEditBox (SCM gui_environment, - SCM text, - SCM rectangle, - SCM border, - SCM parent, - SCM id); - - -template -SCM -irr_gui_IGUIEnvironment_addImage (SCM gui_environment, - SCM image, - SCM position, - SCM use_alpha_channel, - SCM parent, - SCM id, - SCM text); - - -template -SCM -irr_gui_IGUIEnvironment_addListBox (SCM gui_environment, - SCM rectangle, - SCM parent, - SCM id, - SCM draw_background); - - -template -SCM -irr_gui_IGUIEnvironment_addScrollBar (SCM gui_environment, - SCM horizontal, - SCM rectangle, - SCM parent, - SCM id); - - -template -SCM -irr_gui_IGUIEnvironment_addStaticText (SCM gui_environment, - SCM text, - SCM rectangle, - SCM border, - SCM word_wrap, - SCM parent, - SCM id, - SCM fill_background); - - -template -SCM -irr_gui_IGUIEnvironment_addWindow (SCM gui_environment, - SCM rectangle, - SCM modal, - SCM text, - SCM parent, - SCM id); - - -SCM -irr_gui_IGUIEnvironment_getBuiltInFont (SCM gui_environment); - - -SCM -irr_gui_IGUIEnvironment_getFont (SCM gui_environment, - SCM filename); - - -SCM -irr_gui_IGUIEnvironment_getSkin (SCM gui_environment); - - -extern "C" { - - void - init_gui_environment (void); - -} +void +init_gui_environment (void); #endif