Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:def

14     def __init__(self, canvas, itemType, *args, **kw):
20 def __str__(self):
22 def __repr__(self):
24 def delete(self):
27 def __getitem__(self, key):
33 def __setitem__(self, key, value):
35 def keys(self):
44 def has_key(self, key):
46 def __contains__(self, key):
48 def addtag(self, tag, option='withtag'):
50 def bbox(self):
53 def bind(self, sequence=None, command=None, add=None):
55 def unbind(self, sequence, funcid=None):
57 def config(self, cnf={}, **kw):
59 def coords(self, pts = ()):
63 def dchars(self, first, last=None):
65 def dtag(self, ttd):
67 def focus(self):
69 def gettags(self):
71 def icursor(self, index):
73 def index(self, index):
75 def insert(self, beforethis, string):
77 def lower(self, belowthis=None):
79 def move(self, xamount, yamount):
81 def tkraise(self, abovethis=None):
84 def scale(self, xorigin, yorigin, xscale, yscale):
86 def type(self):
90 def __init__(self, canvas, *args, **kw):
94 def __init__(self, canvas, *args, **kw):
98 def __init__(self, canvas, *args, **kw):
102 def __init__(self, canvas, *args, **kw):
106 def __init__(self, canvas, *args, **kw):
110 def __init__(self, canvas, *args, **kw):
114 def __init__(self, canvas, *args, **kw):
119 def __init__(self, canvas, *args, **kw):
123 def __init__(self, canvas, *args, **kw):
127 def __init__(self, canvas, tag=None):
133 def str(self):
136 def _do(self, cmd, *args):
138 def addtag_above(self, tagOrId):
140 def addtag_all(self):
142 def addtag_below(self, tagOrId):
144 def addtag_closest(self, x, y, halo=None, start=None):
146 def addtag_enclosed(self, x1, y1, x2, y2):
148 def addtag_overlapping(self, x1, y1, x2, y2):
150 def addtag_withtag(self, tagOrId):
152 def bbox(self):
154 def bind(self, sequence=None, command=None, add=None):
156 def unbind(self, sequence, funcid=None):
158 def coords(self, *pts):
160 def dchars(self, first, last=None):
162 def delete(self):
164 def dtag(self, tagToDelete=None):
166 def focus(self):
168 def gettags(self):
170 def icursor(self, index):
172 def index(self, index):
174 def insert(self, beforeThis, string):
176 def config(self, cnf={}, **kw):
178 def lower(self, belowThis=None):
180 def move(self, xAmount, yAmount):
182 def tkraise(self, aboveThis=None):
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
187 def select_adjust(self, index):
189 def select_from(self, index):
191 def select_to(self, index):
193 def type(self):