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

Lines Matching refs:itemconfigure

2342     def itemconfigure(self, tagOrId, cnf=None, **kw):
2349 return self._configure(('itemconfigure', tagOrId), cnf, kw)
2350 itemconfig = itemconfigure
2622 def itemconfigure(self, index, cnf=None, **kw):
2630 return self._configure(('itemconfigure', index), cnf, kw)
2631 itemconfig = itemconfigure