| Home | Trees | Index | Help |
|---|
|
|
object--+ |WorldWidget--+ |RectMarker--+ |EntityMarker--+ | Marker
| Method Summary | |
|---|---|
| Inherited from EntityMarker | |
| |
| |
| Inherited from RectMarker | |
Draw this widget to the screen. | |
| 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 | |
|---|---|
| Inherited from RectMarker | |
text | |
| 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 WorldWidget | |
movement_callback: A callback method that should be called whenever the sprite is
moved. | |
NoneType |
rect: A pygame Rect describing the extent of this widget, in
world coordinates. |
| Class Variable Summary | |
|---|---|
tuple |
border_color = (255, 0, 0)
|
int |
border_width = 2 |
NoneType |
fill_color = None |
int |
font_size = 28 |
| Inherited from EntityMarker | |
tuple |
margin = (0, 0)
|
| Inherited from RectMarker | |
int |
fill_alpha = 40 |
NoneType |
image = None |
NoneType |
text = None |
tuple |
text_color = (0, 0, 0)
|
| Property Details |
|---|
text
|
| 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.
|
| Class Variable Details |
|---|
border_color
|
border_width
|
fill_color
|
font_size
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:49 2005 | http://epydoc.sf.net |