OpenGLContext.testingcontext
index
p:\openglcontext\testingcontext.py

Functions for acquiring and instantiating available testing contexts
 
Testing modules can use these abstract functions to allow for
automatic adaptation to new interactive contexts.  You should
not use this module for real world applications, as it is
unlikely that nontrivial code will be completely stable across
all interactive context classes.

 
Modules
            
traceback

 
Functions
            
getInteractive(preferenceList=('glut', 'wx'))
Retrieve the preferred testing context:
returns BaseContext (a class) and a MainFunction which starts the GUI event loop

 
Data
             PREFERENCELIST = ('glut', 'wx')
__file__ = r'p:\OpenGLContext\testingcontext.pyc'
__name__ = 'OpenGLContext.testingcontext'