Added OSGPL Copyright notices

This commit is contained in:
Robert Osfield
2008-07-25 20:04:41 +00:00
parent ff5da51dcb
commit f4d74b66cf
22 changed files with 302 additions and 1 deletions

View File

@@ -139,6 +139,12 @@ BEGIN_OBJECT_REFLECTOR(osgWidget::Style)
__bool__strToFill__C5_std_string_R1_S,
"",
"");
I_ProtectedMethod2(bool, _match, IN, const char *, seq, IN, osgWidget::Reader, r,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__bool___match__C5_char_P1__Reader,
"",
"");
I_SimpleProperty(const std::string &, Style,
__C5_std_string_R1__getStyle,
__void__setStyle__C5_std_string_R1);