changed: auto add updateData callback to stages so that stagedata can be updated...
[opensg.git] / Source / WindowSystem / Cocoa / OSGCocoaWindow.fcd
blobcbd0dbafaba39a7c1f90dff450e09fe52bc2ef36
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="CocoaWindow"
5 parent="Window"
6 library="WindowCocoa"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowCocao"
13 The class for MacOS X Cocoa windows.
14 <Field
15 name="context"
16 type="NSOpenGLContextP"
17 cardinality="single"
18 visibility="internal"
19 defaultValue="0"
20 fieldHeader="OSGCocoaWindowDataFields.h"
21 access="public"
23 </Field>
24 </FieldContainer>