lazarus/components/gtk/gtkglarea
mattias 89483df42f fixed find in files searching at end of line
git-svn-id: trunk@5942 -
2004-09-08 08:20:50 +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
gtkglareacontrol.pas removed obsolete unit vclglobals 2004-08-18 09:31:21 +00:00
gtkopengl.lpk renamed gtkglarea.pp to gtkglarecontrol.pas 2003-12-25 14:34:16 +00:00
gtkopengl.pas fixed find in files searching at end of line 2004-09-08 08:20:50 +00:00
Makefile renamed gtkglarea.pp to gtkglarecontrol.pas 2003-12-25 14:34:48 +00:00
Makefile.fpc renamed gtkglarea.pp to gtkglarecontrol.pas 2003-12-25 14:34:48 +00:00
nvgl.pp updated nvgl 2003-09-12 08:40:09 +00:00
nvglx.pp fix for fpc 1.0 2003-12-27 13:34:54 +00:00
README added BSD linking note 2003-08-25 16:22: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/.


WARNINGS and HINTS:

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


For *BSD:

In the fpc file dllfuncs.pp all external functions link to lib dl.

These functions are in libc under *BSD, so should read
external lib "c" for FreeBSD. If you don't, building lazarus will bomb
out with a "can't find lib -ldl" error while linking.

Fixed compiled units working with 1.0.10 are in

http://www.stack.nl/~marcov/openglfreebsd.tar.gz



ToDo:
Add an example using the package.