- Timestamp:
- 10/10/09 13:28:42 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgWidget/Label.cpp
r9775 r10638 13 13 #include <osg/CopyOp> 14 14 #include <osg/Object> 15 #include <osgText/String> 15 16 #include <osgText/Text> 16 17 #include <osgWidget/Label> … … 80 81 Properties::NON_VIRTUAL, 81 82 __void__setLabel__C5_std_string_R1, 83 "", 84 ""); 85 I_Method1(void, setLabel, IN, const osgText::String &, x, 86 Properties::NON_VIRTUAL, 87 __void__setLabel__C5_osgText_String_R1, 82 88 "", 83 89 "");
