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

Lines Matching refs:itemcget

2338     def itemcget(self, tagOrId, option):
2341 (self._w, 'itemcget') + (tagOrId, '-'+option))
2618 def itemcget(self, index, option):
2621 (self._w, 'itemcget') + (index, '-'+option))