Lines Matching defs:insert
869 def insert(self, pos, child, **kw):
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
955 def insert(self, pos, child, **kw):
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1317 def insert(self, parent, index, iid=None, **kw):
1323 end, specifying where in the list of parent's children to insert
1332 res = self.tk.call(self._w, "insert", parent, index,
1335 res = self.tk.call(self._w, "insert", parent, index, *opts)