Searched defs:itemconfigure (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2402 def itemconfigure(self, tagOrId, cnf=None, **kw): member in class:Canvas
2409 return self._configure(('itemconfigure', tagOrId), cnf, kw)
2410 itemconfig = itemconfigure
2679 def itemconfigure(self, index, cnf=None, **kw): member in class:Listbox
2687 return self._configure(('itemconfigure', index), cnf, kw)
2688 itemconfig = itemconfigure
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2565 def itemconfigure(self, tagOrId, cnf=None, **kw): member in class:Canvas
2572 return self._configure(('itemconfigure', tagOrId), cnf, kw)
2573 itemconfig = itemconfigure
2842 def itemconfigure(self, index, cnf=None, **kw): member in class:Listbox
2850 return self._configure(('itemconfigure', index), cnf, kw)
2851 itemconfig = itemconfigure

Completed in 329 milliseconds