Moved wxGLCanvas to more normal positions
authorJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2000 08:22:57 +0000 (08:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2000 08:22:57 +0000 (08:22 +0000)
commit8b089c5e8c8a2140258d150ca1ce42afd3b79e1b
tree525665075ffd614586a950175771c04cc68d2b1b
parent61243a510fe15e04996a986daaa53ed9fee75484
Moved wxGLCanvas to more normal positions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
61 files changed:
distrib/msw/glcanvas.rsp
distrib/msw/tmake/filelist.txt
docs/latex/wx/classes.tex
docs/latex/wx/glcanvas.tex [new file with mode: 0644]
docs/latex/wx/grid.tex
include/wx/glcanvas.h [new file with mode: 0644]
include/wx/gtk/glcanvas.h [new file with mode: 0644]
include/wx/gtk1/glcanvas.h [new file with mode: 0644]
include/wx/motif/glcanvas.h [new file with mode: 0644]
include/wx/msw/glcanvas.h [new file with mode: 0644]
include/wx/msw/setup0.h
samples/opengl/cube/Makefile [new file with mode: 0644]
samples/opengl/cube/cube.cpp [new file with mode: 0644]
samples/opengl/cube/cube.h [new file with mode: 0644]
samples/opengl/cube/cube.rc [new file with mode: 0644]
samples/opengl/cube/makefile.b32 [new file with mode: 0644]
samples/opengl/cube/makefile.bcc [new file with mode: 0644]
samples/opengl/cube/makefile.g95 [new file with mode: 0644]
samples/opengl/cube/makefile.unx [new file with mode: 0644]
samples/opengl/cube/makefile.vc [new file with mode: 0644]
samples/opengl/cube/makefile.wat [new file with mode: 0644]
samples/opengl/cube/mondrian.ico [new file with mode: 0644]
samples/opengl/isosurf/Makefile [new file with mode: 0644]
samples/opengl/isosurf/isosurf.cpp [new file with mode: 0644]
samples/opengl/isosurf/isosurf.dat.gz [new file with mode: 0644]
samples/opengl/isosurf/isosurf.h [new file with mode: 0644]
samples/opengl/isosurf/isosurf.rc [new file with mode: 0644]
samples/opengl/isosurf/makefile.b32 [new file with mode: 0644]
samples/opengl/isosurf/makefile.bcc [new file with mode: 0644]
samples/opengl/isosurf/makefile.g95 [new file with mode: 0644]
samples/opengl/isosurf/makefile.unx [new file with mode: 0644]
samples/opengl/isosurf/makefile.vc [new file with mode: 0644]
samples/opengl/isosurf/makefile.wat [new file with mode: 0644]
samples/opengl/isosurf/mondrian.ico [new file with mode: 0644]
samples/opengl/penguin/Makefile [new file with mode: 0644]
samples/opengl/penguin/lw.cpp [new file with mode: 0644]
samples/opengl/penguin/lw.h [new file with mode: 0644]
samples/opengl/penguin/makefile.b32 [new file with mode: 0644]
samples/opengl/penguin/makefile.bcc [new file with mode: 0644]
samples/opengl/penguin/makefile.g95 [new file with mode: 0644]
samples/opengl/penguin/makefile.unx [new file with mode: 0644]
samples/opengl/penguin/makefile.vc [new file with mode: 0644]
samples/opengl/penguin/makefile.wat [new file with mode: 0644]
samples/opengl/penguin/penguin.cpp [new file with mode: 0644]
samples/opengl/penguin/penguin.h [new file with mode: 0644]
samples/opengl/penguin/penguin.lwo [new file with mode: 0644]
samples/opengl/penguin/penguin.rc [new file with mode: 0644]
samples/opengl/penguin/trackball.h [new file with mode: 0644]
src/generic/scrolwin.cpp
src/gtk/glcanvas.cpp [new file with mode: 0644]
src/gtk1/glcanvas.cpp [new file with mode: 0644]
src/motif/glcanvas.cpp [new file with mode: 0644]
src/msw/glcanvas.cpp [new file with mode: 0644]
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.g95
src/msw/makefile.vc
src/msw/makefile.wat
src/wxvc.dsp
src/wxvc_dll.dsp
utils/projgen/makeproj.cpp