Skip to content

Commit

Permalink
Updated wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Aug 18, 2008
1 parent b5895e4 commit ac47b54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/osgWrappers/osgWidget/StyleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ac47b54

Please sign in to comment.