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

Lines Matching defs:insert

872     def insert(self, pos, child, **kw):
878 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
958 def insert(self, pos, child, **kw):
964 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1321 def insert(self, parent, index, iid=None, **kw):
1327 end, specifying where in the list of parent's children to insert
1336 res = self.tk.call(self._w, "insert", parent, index,
1339 res = self.tk.call(self._w, "insert", parent, index, *opts)