changed: auto add updateData callback to stages so that stagedata can be updated...
[opensg.git] / Source / WindowSystem / GLUT / OSGGLUTWindow.fcd
blobb3b2e67dd34282503575a4265ca060a94b801840
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="GLUTWindow"
5 parent="NativeWindow"
6 library="WindowGLUT"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 realparent="Window"
12 docGroupBase="GrpWindowGLUT"
14 The class for GLUT-based windows. See \ref PageWindowGLUT for a description.
15 <Field
16 name="glutId"
17 type="Int32"
18 cardinality="single"
19 visibility="internal"
20 defaultValue="0"
21 access="public"
22 fieldFlags="FClusterLocal"
24 </Field>
25 </FieldContainer>