|
|
__init__(self,
canvas,
simobj,
pos,
name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
draw(self,
x=0,
y=0)
Draw the object at the current x, y position. |
source code
|
|
|
|
remove(self)
Remove this object from the canvas and from the Topographica simulation. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
in_bounds(self,
pos_x,
pos_y)
Return true if x,y lies within this gui object's boundary. |
source code
|
|
|
|
|
|
|
|
|
Inherited from EditorNode:
attach_connection,
get_pos,
show_properties,
view_connection_parameters
Inherited from EditorObject:
objdoc,
okay_parameters,
update_parameters
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|