Updated wrappers of osgWidget

This commit is contained in:
Robert Osfield
2008-09-17 14:23:05 +00:00
parent 5c5ab84420
commit fbeabc23e0
11 changed files with 17 additions and 56 deletions

View File

@@ -292,11 +292,6 @@ BEGIN_OBJECT_REFLECTOR(osgWidget::Widget)
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Method1(, META_UIObject, IN, osgWidget::Widget, x,
Properties::NON_VIRTUAL,
____META_UIObject__Widget,
"",
"");
I_Method1(void, parented, IN, osgWidget::Window *, x,
Properties::VIRTUAL,
__void__parented__Window_P1,