/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | tkFont.py | 102 return self.cget(key) 129 def cget(self, option): member in class:Font 193 print f.cget("family") 194 print f.cget("weight")
|
H A D | Canvas.py | 32 cget = __getitem__ variable in class:CanvasItem
|
H A D | 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")
|
H A D | Tkinter.py | 1264 def cget(self, key): member in class:Misc 1266 return self.tk.call(self._w, 'cget', '-' + key) 1267 __getitem__ = cget 3030 return self.tk.call(self._w, "image", "cget", index, option) 3125 return self.tk.call(self._w, 'tag', 'cget', tagName, option) 3172 return self.tk.call(self._w, 'window', 'cget', index, option) 3310 def cget(self, option): member in class:PhotoImage 3312 return self.tk.call(self.name, 'cget', '-' + option) 3315 return self.tk.call(self.name, 'cget', '-' + key)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | tkFont.py | 102 return self.cget(key) 129 def cget(self, option): member in class:Font 193 print f.cget("family") 194 print f.cget("weight")
|
H A D | Canvas.py | 32 cget = __getitem__ variable in class:CanvasItem
|
H A D | 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")
|
H A D | Tkinter.py | 1264 def cget(self, key): member in class:Misc 1266 return self.tk.call(self._w, 'cget', '-' + key) 1267 __getitem__ = cget 3030 return self.tk.call(self._w, "image", "cget", index, option) 3125 return self.tk.call(self._w, 'tag', 'cget', tagName, option) 3172 return self.tk.call(self._w, 'window', 'cget', index, option) 3310 def cget(self, option): member in class:PhotoImage 3312 return self.tk.call(self.name, 'cget', '-' + option) 3315 return self.tk.call(self.name, 'cget', '-' + key)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | CodeContext.py | 67 padx += int(str( widget.cget('padx') )) 71 border += int(str( widget.cget('border') ))
|
H A D | AutoCompleteWindow.py | 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"), 138 selectforeground=self.listbox.cget("fg")) 189 self.origselforeground = listbox.cget("selectforeground") 190 self.origselbackground = listbox.cget("selectbackground")
|
H A D | tabbedpages.py | 63 background=self.cget('background')) 229 background = page_set.pages_frame.cget('background')
|
H A D | keybindingDialog.py | 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
|
H A D | Debugger.py | 143 self.errorbg = self.error.cget("background")
|
H A D | configDialog.py | 760 prevColour=self.frameColourSet.cget('bg')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | CodeContext.py | 67 padx += int(str( widget.cget('padx') )) 71 border += int(str( widget.cget('border') ))
|
H A D | AutoCompleteWindow.py | 137 self.listbox.configure(selectbackground=self.listbox.cget("bg"), 138 selectforeground=self.listbox.cget("fg")) 189 self.origselforeground = listbox.cget("selectforeground") 190 self.origselbackground = listbox.cget("selectbackground")
|
H A D | tabbedpages.py | 63 background=self.cget('background')) 229 background = page_set.pages_frame.cget('background')
|
H A D | keybindingDialog.py | 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
|
H A D | Debugger.py | 143 self.errorbg = self.error.cget("background")
|
H A D | configDialog.py | 760 prevColour=self.frameColourSet.cget('bg')
|