mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
923c4dafa7
PR: 12931 Submitted by: Michael Sardo <jaeger16@yahoo.com>
9 lines
522 B
Plaintext
9 lines
522 B
Plaintext
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.
|
|
|
|
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>.
|