Package pygsear :: Module Drawable :: Class StationaryStack
[show private | hide private]
[frames | no frames]

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)
  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.

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.

Generated by Epydoc 2.0 on Sat Dec 9 14:11:20 2006 http://epydoc.sf.net