Home | Trees | Index | Help |
|
---|
Package pygext :: Package gl :: Package gui :: Module menus :: Class BaseMenu |
|
object
--+ |Node
--+ |EntityNode
--+ | BaseMenu
TextMenu
Method Summary | |
---|---|
__init__(self,
*arg,
**kw)
| |
create_item(self,
index,
item)
| |
create_selector(self,
index,
item)
| |
enter() -> None | |
get_bounding_rect() -> Rect | |
handle_keydown(self,
ev)
| |
init_items(self)
| |
menu_init(self)
| |
update_selector(self)
| |
Inherited from EntityNode | |
| |
| |
place(layername) -> this | |
set(**kw) -> this | |
| |
Inherited from Node | |
| |
| |
| |
abort_actions([typefilter]) -> None | |
| |
attach_to(node) -> None | |
clear() -> None | |
delete() -> None | |
detach() -> None | |
do(action) -> this | |
end_actions([typefilter]) -> None | |
exit() -> None | |
Get a list of currently active actions from this Node | |
| |
| |
traverse() -> None |
Property Summary | |
---|---|
Inherited from EntityNode | |
alpha | |
bottom | |
center | |
centerx | |
centery | |
left | |
right | |
top |
Class Variable Summary | |
---|---|
list |
items = []
|
Inherited from EntityNode | |
NoneType |
image = None |
NoneType |
layer = None |
Inherited from Node | |
bool |
fast_draw = False
|
Method Details |
---|
enter(self)enter() -> None Called when entering this node in graph traversal
|
get_bounding_rect(self)get_bounding_rect() -> Rect Calculate the bounding rect for the entity.
|
Class Variable Details |
---|
items
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Feb 25 01:02:00 2006 | http://epydoc.sf.net |