mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
518 B
Plaintext
9 lines
518 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 interest those who use GTK-- is GtkGLArea--. It is a
|
|
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.
|