Searched defs:entryconfigure (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DTix.py1039 def entryconfigure(self, entry, cnf={}, **kw): member in class:HList
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): member in class:Grid
1863 return self._configure(('entryconfigure', x, y), cnf, kw)
H A DTkinter.py2727 def entryconfigure(self, index, cnf=None, **kw): member in class:Menu
2729 return self._configure(('entryconfigure', index), cnf, kw)
2730 entryconfig = entryconfigure
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DTix.py1039 def entryconfigure(self, entry, cnf={}, **kw): member in class:HList
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): member in class:Grid
1863 return self._configure(('entryconfigure', x, y), cnf, kw)
H A DTkinter.py2727 def entryconfigure(self, index, cnf=None, **kw): member in class:Menu
2729 return self._configure(('entryconfigure', index), cnf, kw)
2730 entryconfig = entryconfigure
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1039 def entryconfigure(self, entry, cnf={}, **kw): member in class:HList
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): member in class:Grid
1863 return self._configure(('entryconfigure', x, y), cnf, kw)
H A DTkinter.py2727 def entryconfigure(self, index, cnf=None, **kw): member in class:Menu
2729 return self._configure(('entryconfigure', index), cnf, kw)
2730 entryconfig = entryconfigure
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1039 def entryconfigure(self, entry, cnf={}, **kw): member in class:HList
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): member in class:Grid
1863 return self._configure(('entryconfigure', x, y), cnf, kw)
H A DTkinter.py2727 def entryconfigure(self, index, cnf=None, **kw): member in class:Menu
2729 return self._configure(('entryconfigure', index), cnf, kw)
2730 entryconfig = entryconfigure

Completed in 314 milliseconds