Module Canvas :: Class Group
[hide private]
[frames] | no frames]

_ClassType Group

Instance Methods [hide private]
 
__init__(self, canvas, tag=None)
 
str(self)
 
__str__(self)
 
_do(self, cmd, *args)
 
addtag_above(self, tagOrId)
 
addtag_all(self)
 
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)
 
bbox(self)
 
bind(self, sequence=None, command=None, add=None)
 
unbind(self, sequence, funcid=None)
 
coords(self, *pts)
 
dchars(self, first, last=None)
 
delete(self)
 
dtag(self, tagToDelete=None)
 
focus(self)
 
gettags(self)
 
icursor(self, index)
 
index(self, index)
 
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)
 
select_from(self, index)
 
select_to(self, index)
 
type(self)