|
__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
|
|
|
|
|
|
|
|
|
|
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 bigwidgets.CanvasWidget :
__repr__ ,
bbox ,
bind_click ,
bind_drag ,
canvas ,
child_widgets ,
destroy ,
height ,
hidden ,
hide ,
manage ,
move ,
parent ,
show ,
tags ,
unbind_click ,
unbind_drag ,
update ,
width
|