Home | Trees | Index | Help |
---|
|
object
--+ |ScreenWidget
--+ | ChooserButton
Method Summary | |
---|---|
__init__(self,
choices,
x,
y,
anchor,
direction,
wrap,
indent,
callback,
callback_data)
| |
cycle(self,
back)
| |
Draw this widget to the screen. | |
moveto(self,
x,
y,
anchor)
| |
select(self,
i)
| |
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)... |
Property Summary | |
---|---|
rect |
Instance Variable Summary | |
---|---|
layer : An integer indicating the order in which the widget should be drawn to
the screen, relative to other widgets. | |
Inherited from ScreenWidget | |
bool |
hidden : If true, then the screen widget will not be drawn. |
Class Variable Summary | |
---|---|
classobj |
Choice = pajammin.display.ui.button.Choice |
Method Details |
---|
__init__(self,
choices=(),
x=0,
y=0,
anchor='topleft',
direction='e',
wrap=200,
indent=0,
callback=<function _noop at 0x1107430>,
callback_data=None)
|
cycle(self, back=False) |
draw(self, screen, duration)Draw this widget to the screen.
|
moveto(self, x, y, anchor=None) |
select(self, i) |
Property Details |
---|
rect
|
Instance Variable Details |
---|
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:45 2005 | http://epydoc.sf.net |