Updated wrappers
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <osg/CopyOp>
|
||||
#include <osg/Object>
|
||||
#include <osgWidget/Box>
|
||||
#include <osgWidget/Canvas>
|
||||
#include <osgWidget/Frame>
|
||||
#include <osgWidget/Input>
|
||||
#include <osgWidget/Label>
|
||||
@@ -104,6 +105,11 @@ BEGIN_OBJECT_REFLECTOR(osgWidget::Style)
|
||||
__bool__applyStyle__Frame_Border_P1__Reader,
|
||||
"",
|
||||
"");
|
||||
I_Method2(bool, applyStyle, IN, osgWidget::Canvas *, x, IN, osgWidget::Reader, x,
|
||||
Properties::VIRTUAL,
|
||||
__bool__applyStyle__Canvas_P1__Reader,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, setStyle, IN, const std::string &, style,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__setStyle__C5_std_string_R1,
|
||||
|
||||
Reference in New Issue
Block a user