HomeSort by relevance Sort by last modified time
    Searched refs:cget (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
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")
Canvas.py 32 cget = __getitem__ variable in class:CanvasItem
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
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")
Canvas.py 32 cget = __getitem__ variable in class:CanvasItem
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
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")
Canvas.py 32 cget = __getitem__ variable in class:CanvasItem
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
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")
Canvas.py 32 cget = __getitem__ variable in class:CanvasItem
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
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")
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
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")
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
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")
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
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")
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 31 idiv, idivu, bsll, bsra, bsrl, get, put, nget, nput, cget, cput, enumerator in enum:microblaze_instr

Completed in 997 milliseconds

1 2