]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-skin.h
set-color!
[guile-irrlicht.git] / src / gui-skin.h
index 5a86bb1caf77861bfc9b57e3eee4cc2d7bd3450f..d2690167318a76ff8144164bee3e970f3dcdd9d3 100644 (file)
@@ -35,8 +35,25 @@ extern "C" {
                         gui_skin_p, wrap_gui_skin, unwrap_gui_skin);
 
   SCM
-  irr_gui_getSkinFont (SCM wrapped_gui_skin,
-                       SCM rest);
+  irr_gui_IGUISkin_getColor (SCM wrapped_gui_skin,
+                             SCM color);
+
+  SCM
+  irr_gui_IGUISkin_getFont (SCM wrapped_gui_skin,
+                            SCM rest);
+
+  SCM
+  irr_gui_IGUISkin_setColor (SCM wrapped_gui_skin,
+                             SCM which,
+                             SCM new_color);
+
+  SCM
+  irr_gui_setFont (SCM wrapped_gui_skin,
+                   SCM font,
+                   SCM rest);
+
+  irr::gui::EGUI_DEFAULT_COLOR
+  scm_to_default_color (SCM default_color);
 
   irr::gui::EGUI_DEFAULT_FONT
   scm_to_default_font (SCM default_font);