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

@@ -28,6 +28,11 @@ BEGIN_VALUE_REFLECTOR(osgWidget::Callback)
I_Constructor0(____Callback,
"",
"");
I_Constructor1(IN, const osgWidget::Callback &, rhs,
Properties::NON_EXPLICIT,
____Callback__C5_Callback_R1,
"",
"");
I_Method0(osgWidget::EventType, getType,
Properties::NON_VIRTUAL,
__EventType__getType,