85 #define GLwNattribList "attribList"
86 #define GLwCAttribList "AttribList"
87 #define GLwNvisualInfo "visualInfo"
88 #define GLwCVisualInfo "VisualInfo"
89 #define GLwRVisualInfo "VisualInfo"
91 #define GLwNinstallColormap "installColormap"
92 #define GLwCInstallColormap "InstallColormap"
93 #define GLwNallocateBackground "allocateBackground"
94 #define GLwNallocateOtherColors "allocateOtherColors"
95 #define GLwCAllocateColors "AllocateColors"
96 #define GLwNinstallBackground "installBackground"
97 #define GLwCInstallBackground "InstallBackground"
99 #define GLwCCallback "Callback"
100 #define GLwNexposeCallback "exposeCallback"
101 #define GLwNginitCallback "ginitCallback"
102 #define GLwNresizeCallback "resizeCallback"
103 #define GLwNinputCallback "inputCallback"
105 #define GLwNbufferSize "bufferSize"
106 #define GLwCBufferSize "BufferSize"
107 #define GLwNlevel "level"
108 #define GLwCLevel "Level"
109 #define GLwNrgba "rgba"
110 #define GLwCRgba "Rgba"
111 #define GLwNdoublebuffer "doublebuffer"
112 #define GLwCDoublebuffer "Doublebuffer"
113 #define GLwNstereo "stereo"
114 #define GLwCStereo "Stereo"
115 #define GLwNauxBuffers "auxBuffers"
116 #define GLwCAuxBuffers "AuxBuffers"
117 #define GLwNredSize "redSize"
118 #define GLwNgreenSize "greenSize"
119 #define GLwNblueSize "blueSize"
120 #define GLwCColorSize "ColorSize"
121 #define GLwNalphaSize "alphaSize"
122 #define GLwCAlphaSize "AlphaSize"
123 #define GLwNdepthSize "depthSize"
124 #define GLwCDepthSize "DepthSize"
125 #define GLwNstencilSize "stencilSize"
126 #define GLwCStencilSize "StencilSize"
127 #define GLwNaccumRedSize "accumRedSize"
128 #define GLwNaccumGreenSize "accumGreenSize"
129 #define GLwNaccumBlueSize "accumBlueSize"
130 #define GLwCAccumColorSize "AccumColorSize"
131 #define GLwNaccumAlphaSize "accumAlphaSize"
132 #define GLwCAccumAlphaSize "AccumAlphaSize"
136 typedef struct _GLwMDrawingAreaClassRec *GLwMDrawingAreaWidgetClass;
137 typedef struct _GLwMDrawingAreaRec *GLwMDrawingAreaWidget;
139 extern WidgetClass glwMDrawingAreaWidgetClass;
155 #define GLwCR_EXPOSE XmCR_EXPOSE
156 #define GLwCR_RESIZE XmCR_RESIZE
157 #define GLwCR_INPUT XmCR_INPUT
160 #define GLwCR_EXPOSE 38
161 #define GLwCR_RESIZE 39
162 #define GLwCR_INPUT 40
165 #define GLwCR_GINIT 32135
175 #if defined(__cplusplus) || defined(c_plusplus)
185 extern Widget GLwCreateMDrawingArea();
187 extern Widget GLwCreateMDrawingArea(Widget parent,
char *name,ArgList arglist,Cardinal argcount);
191 #if defined(__cplusplus) || defined(c_plusplus)