]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-element.cpp
<gui-file-open-dialog> add-file-open-dialog! get-file-name
[guile-irrlicht.git] / src / gui-element.cpp
index af02ea6e499aaab4e13b0e399b3b9a939aaa4350..896554d40ab2502cb7aedf55667e2a5dc8af8c77 100644 (file)
@@ -41,6 +41,7 @@ init_gui_element (void)
   DEFINE_GSUBR ("IGUIButton_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIButton*>);
   DEFINE_GSUBR ("IGUIEditBox_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIEditBox*>);
   DEFINE_GSUBR ("IGUIElement_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIElement*>);
+  DEFINE_GSUBR ("IGUIFileOpenDialog_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIFileOpenDialog*>);
   DEFINE_GSUBR ("IGUIImage_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIImage*>);
   DEFINE_GSUBR ("IGUIListBox_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIListBox*>);
   DEFINE_GSUBR ("IGUIScrollBar_getID", 1, 0, 0, IGUIElement_getID<gui::IGUIScrollBar*>);