A canvas widget used to display graph edges.
|
|
__init__(self,
canvas,
x1,
y1,
x2,
y2,
label=None,
**attribs)
Create a new canvas widget. |
source code
|
|
None
|
|
|
(any)
|
|
list of int
|
_tags(self)
Returns:
a list of canvas tags for all graphical elements managed by this
canvas widget, not including graphical elements managed by its child
widgets. |
source code
|
|
string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
None
|
_update(self,
child)
Update this canvas widget in response to a change in one of its
children. |
source code
|
|
None
|
|
|
|
|
|
|
| _line_coords(self,
(startx, starty),
(endx, endy)) |
source code
|
|
|
Inherited from draw.CanvasWidget:
bbox,
bind_click,
bind_drag,
canvas,
child_widgets,
destroy,
height,
hidden,
hide,
manage,
move,
moveto,
parent,
show,
tags,
unbind_click,
unbind_drag,
update,
width
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|