- Kill trailing whitespace

- Fix typo
- Remove dead WWW
This commit is contained in:
Pav Lucistnik 2004-03-08 21:20:23 +00:00
parent dba763d072
commit 1785265fbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103338

View File

@ -1,10 +1,8 @@
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
which is basically wrapper around GLX functions. The widget itself is
derived from GtkDrawinigArea widget and adds only few extra functions.
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
which is basically wrapper around GLX functions. The widget itself is
derived from GtkDrawinigArea widget and adds only few extra functions.
Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.
OpenGL capable visual, rendering to off-screen pixmaps is also supported.
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.
WWW: http://www.student.oulu.fi/~jlof/gtkglarea/
Related project which may interest those who use GTK-- is GtkGLArea--. It is a
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.