API Reference for Enthought Tool Suite 3.0.1
In other backends, we expect the UI toolkit to have a main loop running external to Enable. This is not the case with Pyglet, which only provides access to the underlying graphical libraries, and expects the user of the library to run its own mainloop and manually dispatch events. Thus, we provide a simple framework for writing the top-level Application to interface with the Enable window (or windows).
One can still use the Enable Pyglet backend without using the EnablePygletApp; the App is very basic and is meant to be easy to subclass or replace.
Returns a reference to the current running Pyglet App, if one exists
| Local name | Refers to |
|---|---|
| clock | pyglet.clock |
© Copyright 2002-2008 Enthought, Inc.