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

  /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
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...]
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
  /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
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...]
Tkinter.py 1264 def cget(self, key): member in class:Misc
3310 def cget(self, option): member in class:PhotoImage
    [all...]
  /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':
Debugger.py 143 self.errorbg = self.error.cget("background")
configDialog.py     [all...]
  /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':
Debugger.py 143 self.errorbg = self.error.cget("background")
configDialog.py     [all...]
  /external/libvncserver/x11vnc/
tkx11vnc     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 287 milliseconds