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

Lines Matching refs:entryconfigure

1039     def entryconfigure(self, entry, cnf={}, **kw):
1043 self.tk.call(self._w, 'entryconfigure', entry)))
1044 self.tk.call(self._w, 'entryconfigure', entry,
1816 # edit, entryconfigure, format, geometryinfo, info, index, move, nearest,
1862 def entryconfigure(self, x, y, cnf=None, **kw):
1863 return self._configure(('entryconfigure', x, y), cnf, kw)