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

Lines Matching refs:entryconfigure

2727     def entryconfigure(self, index, cnf=None, **kw):
2729 return self._configure(('entryconfigure', index), cnf, kw)
2730 entryconfig = entryconfigure