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
This commit is contained in:
14
wxPython/wx/lib/ogl/__init__.py
Normal file
14
wxPython/wx/lib/ogl/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
The Object Graphics Library provides for simple drawing and manipulation
|
||||
of 2D objects.
|
||||
"""
|
||||
|
||||
__all__ = ["basic", "diagram", "canvas", "lines", "bmpshape", "divided", "composit"]
|
||||
|
||||
from basic import *
|
||||
from diagram import *
|
||||
from canvas import *
|
||||
from lines import *
|
||||
from bmpshape import *
|
||||
from divided import *
|
||||
from composit import *
|
||||
Reference in New Issue
Block a user