HomeSort by relevance Sort by last modified time
    Searched full:cget (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 106 return self.tk.call('tix', 'cget', option)
524 return self.tk.call(self.stylename, 'cget', '-%s'%key)
    [all...]
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
turtle.py 427 def cget(self, *args, **kwargs): member in class:ScrolledCanvas
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 106 return self.tk.call('tix', 'cget', option)
524 return self.tk.call(self.stylename, 'cget', '-%s'%key)
    [all...]
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
turtle.py 427 def cget(self, *args, **kwargs): member in class:ScrolledCanvas
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 106 return self.tk.call('tix', 'cget', option)
524 return self.tk.call(self.stylename, 'cget', '-%s'%key)
    [all...]
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
turtle.py 427 def cget(self, *args, **kwargs): member in class:ScrolledCanvas
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 1333 def cget(self, key): member in class:Misc
3376 def cget(self, option): member in class:PhotoImage
    [all...]
turtle.py 427 def cget(self, *args, **kwargs): member in class:ScrolledCanvas
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
turtle.py 427 def cget(self, *args, **kwargs): member in class:ScrolledCanvas
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")
    [all...]
  /external/python/cpython2/Lib/idlelib/
Debugger.py 183 self.errorbg = self.error.cget("background")
configDialog.py     [all...]
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 69 self.assertEqual2(widget.cget(name), expected, eq=eq)
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 250 case 0x08: return MBlaze::CGET;
  /external/autotest/client/cros/audio/
audio_helper.py 158 output = utils.system_output('amixer -c0 cget numid=%s' % numid)
    [all...]
  /external/python/cpython2/Doc/library/
ttk.rst 256 :meth:`Tkinter.Widget.cget` and :meth:`Tkinter.Widget.configure` methods.
292 Besides the methods inherited from :class:`Widget` (:meth:`Widget.cget`,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.a     [all...]

Completed in 5484 milliseconds

1 23 4