Home | Trees | Index | Help |
---|
Package pygsear :: Module Drawable :: Class StationaryStack |
|
A Stack of Stationary Drawables.
This is useful to keep the Stationary objects in order so that the background can be properly restored as they are cleared.Method Summary | |
---|---|
__init__(self,
w)
| |
Remove all of the sprites from the stack. | |
Remove the top sprite from the stack. | |
Add another sprite on top of the stack. |
Method Details |
---|
empty(self)Remove all of the sprites from the stack. |
pop(self)Remove the top sprite from the stack. |
push(self, stationary)Add another sprite on top of the stack. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sat Dec 9 14:11:20 2006 | http://epydoc.sf.net |