lazarus/components/gtk/gtkglarea
mattias 99bc6cfe49 increased version to 0.9.0 beta
git-svn-id: trunk@4236 -
2003-06-05 15:53:30 +00:00
..
lib added package gtkopengl 2002-08-18 08:56:41 +00:00
gtkglarea_int.pp added package gtkopengl 2002-08-18 08:56:41 +00:00
gtkglarea.lrs added package gtkopengl 2002-08-18 08:56:41 +00:00
gtkglarea.pp fixed build ide clean 2003-05-12 10:46:01 +00:00
gtkopengl.lpk added checks and texts for mixing gtk1 and gtk2 2003-05-30 12:41:47 +00:00
gtkopengl.pas added a help and a more button tot he package editor 2003-05-28 21:16:47 +00:00
Makefile increased version to 0.9.0 beta 2003-06-05 15:53:30 +00:00
Makefile.fpc increased version to 0.9.0 beta 2003-06-05 15:53:30 +00:00
nvgl.pp added published properties for gtkglarea 2002-08-17 23:41:21 +00:00
nvglx.pp added published properties for gtkglarea 2002-08-17 23:41:21 +00:00
README added checks and texts for mixing gtk1 and gtk2 2003-05-30 12:41:47 +00:00
tgtkglareacontrol.xpm added package gtkopengl 2002-08-18 08:56:41 +00:00

Package GtkOpenGL

Contains the lcl component TGTKGLAreaControl, which wraps the gtkglarea, a
gtk widget for opengl. This component works only with the gtk interface.

There is an example in examples/gtkglarea/.


WARNING:
Make sure your program links to libgtkgl, not to libgtkgl-2.0. Linking to
libgtkgl-2.0 will result in mixing gtk1 and gtk2 in your program/IDE, which
will result in al kinds of strange errors, including freezing your
windowmanager.
You can find out, what libs were linked to your program with the ldd program:

[]$ ldd yourprogram


ToDo:
Add an example using the package.