Searched refs:cget (Results 1 - 20 of 20) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkFont.py102 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 DCanvas.py32 cget = __getitem__ variable in class:CanvasItem
H A Dturtle.py427 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 DTkinter.py1264 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 DtkFont.py102 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 DCanvas.py32 cget = __getitem__ variable in class:CanvasItem
H A Dturtle.py427 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 DTkinter.py1264 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 DCodeContext.py67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
H A DAutoCompleteWindow.py137 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 Dtabbedpages.py63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
H A DkeybindingDialog.py143 if self.buttonLevel.cget('text')[:8]=='Advanced':
H A DDebugger.py143 self.errorbg = self.error.cget("background")
H A DconfigDialog.py760 prevColour=self.frameColourSet.cget('bg')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DCodeContext.py67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
H A DAutoCompleteWindow.py137 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 Dtabbedpages.py63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
H A DkeybindingDialog.py143 if self.buttonLevel.cget('text')[:8]=='Advanced':
H A DDebugger.py143 self.errorbg = self.error.cget("background")
H A DconfigDialog.py760 prevColour=self.frameColourSet.cget('bg')

Completed in 347 milliseconds