[  Previous  |
Contents  |
Glossary  |
Home  |
Search  ]
OpenGL 1.1 for AIX: Reference Manual
GLwDrawingAreaSwapBuffers Function
Purpose
Provides a front end to the glXSwapBuffers subroutine.
Library
OpenGL C bindings library: libXGLW.a
C Syntax
#include <X11/GLW/GLwDraw.h>
void GLwDrawingAreaSwapBuffers(Widget)
Widget Widget;
Description
The GLwDrawingAreaSwapBuffers function provides a front end to the glXSwapBuffers subroutine by means of a widget (rather than a display or a window).
Parameters
| Widget | Specifies the widget created with the GLwCreateMDrawingArea function. | 
Files
| /usr/include/GL/GLwDrawA.h | Contains the GLwDrawingArea widget definitions derived from the Xt. | 
| /usr/include/GL/GLwDrawAP.h | Contains GLwDrawingArea widget private definitions. | 
| /usr/include/GL/GLwMDrawA.h | Contains the GLwMDrawingArea widget definitions derived from Motif. | 
| /usr/include/GL/GLwMDrawAP.h | Contains GLwMDrawingArea widget private definitions. | 
Related Information
The GLwCreateMDrawingArea function.
The GLwDrawingArea or GLwMDrawingArea widget.
The glXSwapBuffers subroutine.
OpenGL Overview.
[  Previous  |
Contents  |
Glossary  |
Home  |
Search  ]