Home | History | Annotate | Download | only in tkinter

Lines Matching defs:insert

876     def insert(self, pos, child, **kw):
882 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
962 def insert(self, pos, child, **kw):
968 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1325 def insert(self, parent, index, iid=None, **kw):
1331 end, specifying where in the list of parent's children to insert
1340 res = self.tk.call(self._w, "insert", parent, index,
1343 res = self.tk.call(self._w, "insert", parent, index, *opts)