Searched refs:entrycget (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_extensions.py224 value = optmenu['menu'].entrycget(i, 'value')
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_extensions.py224 value = optmenu['menu'].entrycget(i, 'value')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_extensions.py224 value = optmenu['menu'].entrycget(i, 'value')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_extensions.py224 value = optmenu['menu'].entrycget(i, 'value')
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DEditorWindow.py810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DEditorWindow.py810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DTix.py1036 def entrycget(self, entry, opt): member in class:HList
1037 return self.tk.call(self._w, 'entrycget', entry, opt)
1815 # anchor, bdtype, cget, configure, delete, dragsite, dropsite, entrycget,
1856 def entrycget(self, x, y, option): member in class:Grid
1860 return self.tk.call(self, 'entrycget', x, y, option)
H A DTkinter.py2720 c = str(self.entrycget(i, 'command'))
2724 def entrycget(self, index, option): member in class:Menu
2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DTix.py1036 def entrycget(self, entry, opt): member in class:HList
1037 return self.tk.call(self._w, 'entrycget', entry, opt)
1815 # anchor, bdtype, cget, configure, delete, dragsite, dropsite, entrycget,
1856 def entrycget(self, x, y, option): member in class:Grid
1860 return self.tk.call(self, 'entrycget', x, y, option)
H A DTkinter.py2720 c = str(self.entrycget(i, 'command'))
2724 def entrycget(self, index, option): member in class:Menu
2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1036 def entrycget(self, entry, opt): member in class:HList
1037 return self.tk.call(self._w, 'entrycget', entry, opt)
1815 # anchor, bdtype, cget, configure, delete, dragsite, dropsite, entrycget,
1856 def entrycget(self, x, y, option): member in class:Grid
1860 return self.tk.call(self, 'entrycget', x, y, option)
H A DTkinter.py2720 c = str(self.entrycget(i, 'command'))
2724 def entrycget(self, index, option): member in class:Menu
2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1036 def entrycget(self, entry, opt): member in class:HList
1037 return self.tk.call(self._w, 'entrycget', entry, opt)
1815 # anchor, bdtype, cget, configure, delete, dragsite, dropsite, entrycget,
1856 def entrycget(self, x, y, option): member in class:Grid
1860 return self.tk.call(self, 'entrycget', x, y, option)
H A DTkinter.py2720 c = str(self.entrycget(i, 'command'))
2724 def entrycget(self, index, option): member in class:Menu
2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)

Completed in 394 milliseconds