Home | Trees | Index | Help |
|
---|
Package pygext :: Package gl :: Package gui :: Module input :: Class TextInputEntity |
|
object
--+ |Node
--+ |EntityNode
--+ |Entity
--+ |TextEntity
--+ | TextInputEntity
Method Summary | |
---|---|
__init__(self,
font,
scale,
cursor,
maxlen)
| |
handle_keydown(self,
ev)
| |
internal helper function | |
update_cursor(self)
| |
Inherited from TextEntity | |
(Static method) | |
set_text(text [,scale]) -> None | |
Inherited from EntityNode | |
enter() -> None | |
| |
get_bounding_rect() -> Rect | |
| |
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 | |
---|---|
Inherited from Entity | |
bool |
fast_draw = True
|
Inherited from EntityNode | |
NoneType |
image = None |
NoneType |
layer = None |
Instance Method Details |
---|
init_text(self, scale=None)internal helper function
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Feb 25 01:02:00 2006 | http://epydoc.sf.net |