API Reference for Enthought Tool Suite 3.0.1

The general call order for a GL graphicscontext is:

gc = GraphicsContext(size) gc.save_state() gc.init_gl_viewport() ... make drawing calls ... gc.restore_state()

Inherits from

Method summary

Methods

© Copyright 2002-2008 Enthought, Inc.