]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/lib/ogl/__init__.py
2 The Object Graphics Library provides for simple drawing and manipulation
10 from _bmpshape
import *
11 from _divided
import *
12 from _composit
import *
16 # Set things up for documenting with epydoc. The __docfilter__ will
17 # prevent some things from being documented, and anything in __all__
18 # will appear to actually exist in this module.
19 import wx
._core
as _wx
20 __docfilter__
= _wx
.__DocFilter
(globals())
21 __all__
= [name
for name
in dir() if not name
.startswith('_')]