|
|
| __init__(self,
canvas,
tag=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| addtag_above(self,
tagOrId) |
|
|
|
|
|
|
|
| addtag_below(self,
tagOrId) |
|
|
|
|
| addtag_closest(self,
x,
y,
halo=None,
start=None) |
|
|
|
|
| addtag_enclosed(self,
x1,
y1,
x2,
y2) |
|
|
|
|
| addtag_overlapping(self,
x1,
y1,
x2,
y2) |
|
|
|
|
| addtag_withtag(self,
tagOrId) |
|
|
|
|
|
|
|
| bind(self,
sequence=None,
command=None,
add=None) |
|
|
|
|
| unbind(self,
sequence,
funcid=None) |
|
|
|
|
|
|
|
| dchars(self,
first,
last=None) |
|
|
|
|
|
|
|
| dtag(self,
tagToDelete=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| insert(self,
beforeThis,
string) |
|
|
|
|
config(self,
cnf={},
**kw) |
|
|
|
|
| lower(self,
belowThis=None) |
|
|
|
|
| move(self,
xAmount,
yAmount) |
|
|
|
|
| tkraise(self,
aboveThis=None) |
|
|
|
|
| lift(self,
aboveThis=None) |
|
|
|
|
| scale(self,
xOrigin,
yOrigin,
xScale,
yScale) |
|
|
|
|
| select_adjust(self,
index) |
|
|
|
|
|
|
|
|
|
|
|