Home | Trees | Index | Help |
---|
|
object
--+ |LevelEditorTool
--+ | BackgroundTool
Method Summary | |
---|---|
__init__(self,
level,
display)
| |
Select the subtool corresponding to the given icon | |
Inherited from LevelEditorTool | |
Turn this tool on. | |
Turn this tool off. | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Instance Variable Summary | |
---|---|
Inherited from LevelEditorTool | |
NoneType |
shortcut : The keyboard shortcut for this tool, or None if this tool
doesn't have a keyboard shortcut. |
Method Details |
---|
__init__(self,
level,
display)
|
select_subtool(self, subtool)Select the subtool corresponding to the given icon
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:46 2005 | http://epydoc.sf.net |