changed: auto add updateData callback to stages so that stagedata can be updated...
[opensg.git] / Source / WindowSystem / X / OSGXWindow.fcd
blobbc09b3b55066c6afac1a5e862b9a00252deccf39
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="XWindow"
5 parent="Window"
6 library="WindowX"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowX"
13 The class for X-based windows. See \ref PageWindowX for a description.
14 <Field
15 name="display"
16 type="DisplayP"
17 cardinality="single"
18 visibility="internal"
19 defaultValue="NULL"
20 fieldHeader="OSGXWindowDataFields.h"
21 access="public"
22 fieldFlags="FClusterLocal"
24 </Field>
25 <Field
26 name="window"
27 type="X11Window"
28 cardinality="single"
29 visibility="internal"
30 defaultValue="NULL"
31 fieldHeader="OSGXWindowDataFields.h"
32 access="public"
33 fieldFlags="FClusterLocal"
35 </Field>
36 <Field
37 name="context"
38 type="GLXContext"
39 cardinality="single"
40 visibility="internal"
41 defaultValue="NULL"
42 fieldHeader="OSGXWindowDataFields.h"
43 access="public"
44 fieldFlags="FClusterLocal"
46 </Field>
47 <Field
48 name="fbConfigId"
49 type="Int32"
50 cardinality="single"
51 visibility="internal"
52 defaultValue="-1"
53 access="public"
54 fieldFlags="FClusterLocal"
56 </Field>
57 </FieldContainer>