HomeSort by relevance Sort by last modified time
    Searched refs:entrycget (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 224 value = optmenu['menu'].entrycget(i, 'value')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 224 value = optmenu['menu'].entrycget(i, 'value')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1036 def entrycget(self, entry, opt): member in class:HList
1856 def entrycget(self, x, y, option): member in class:Grid
    [all...]
Tkinter.py 2724 def entrycget(self, index, option): member in class:Menu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 810 accel = menu.entrycget(index, 'accelerator')
812 itemName = menu.entrycget(index, 'label')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1036 def entrycget(self, entry, opt): member in class:HList
1856 def entrycget(self, x, y, option): member in class:Grid
    [all...]
Tkinter.py 2724 def entrycget(self, index, option): member in class:Menu
    [all...]

Completed in 304 milliseconds