| 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 Fri Nov 11 14:26:39 2005 | http://epydoc.sf.net |