Home | Trees | Index | Help |
---|
|
object
--+ |ScreenWidget
--+ | PajamaPicker
Method Summary | |
---|---|
__init__(self)
| |
cancel(self,
event)
| |
Draw this widget to the screen. | |
next(self,
event)
| |
ok(self,
event)
| |
pick(self,
avatar,
callback)
| |
prev(self,
event)
| |
select_pants(self,
event)
| |
select_shirt(self,
event)
| |
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 | |
---|---|
bool |
hidden : If true, then the screen widget will not be drawn. |
layer : An integer indicating the order in which the widget should be drawn to
the screen, relative to other widgets. |
Method Details |
---|
__init__(self)
|
cancel(self, event) |
draw(self, screen, duration)Draw this widget to the screen.
|
next(self, event) |
ok(self, event) |
pick(self, avatar, callback) |
prev(self, event) |
select_pants(self, event) |
select_shirt(self, event) |
Instance Variable Details |
---|
hiddenIf true, then the screen widget will not be drawn.
|
layerAn integer indicating the order in which the widget should be drawn to the screen, relative to other widgets. Widgets with higher layer numbers will be drawn later.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:47 2005 | http://epydoc.sf.net |