Added a Python port of the OGL library, deprecated the C++ wrapped version.
authorRobin Dunn <robin@alldunn.com>
Wed, 26 May 2004 02:13:04 +0000 (02:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 26 May 2004 02:13:04 +0000 (02:13 +0000)
commitf847103a32507f629c581fa900d95e97dfe16df0
treea17bb6b6fbbda959ea9f4f5f351d234c79febcb2
parent6033bbc1ff95fb69b65b081d03b4a679dd958e75
Added a Python port of the OGL library, deprecated the C++ wrapped version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
wxPython/contrib/ogl/ogl.i
wxPython/demo/Main.py
wxPython/demo/OGL.py
wxPython/distrib/DIRLIST
wxPython/distrib/make_installer.py
wxPython/docs/CHANGES.txt
wxPython/docs/MigrationGuide.txt
wxPython/setup.py
wxPython/wx/lib/ogl/__init__.py [new file with mode: 0644]
wxPython/wx/lib/ogl/basic.py [new file with mode: 0644]
wxPython/wx/lib/ogl/bmpshape.py [new file with mode: 0644]
wxPython/wx/lib/ogl/canvas.py [new file with mode: 0644]
wxPython/wx/lib/ogl/composit.py [new file with mode: 0644]
wxPython/wx/lib/ogl/diagram.py [new file with mode: 0644]
wxPython/wx/lib/ogl/divided.py [new file with mode: 0644]
wxPython/wx/lib/ogl/lines.py [new file with mode: 0644]
wxPython/wx/lib/ogl/oglmisc.py [new file with mode: 0644]