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

1 2

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclkw.swg 6 %keywordwarn("cget is a tcl reserved method name") *::cget;
tclrun.swg 129 /* Check if this is a command at all. Prevents <c> cget -this */
146 if (Tcl_VarEval(interp,c," cget -this", (char *) NULL) != TCL_OK) {
381 if (strcmp(method,"cget") == 0) {
447 if (strcmp(method,"cget") == 0) {
451 Tcl_SetResult(interp, (char *) "Invalid method. Must be one of: configure cget -acquire -disown -delete", TCL_STATIC);
  /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
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/
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
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/idlelib/
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")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
Debugger.py 143 self.errorbg = self.error.cget("background")
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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")
CodeContext.py 67 padx += int(str( widget.cget('padx') ))
71 border += int(str( widget.cget('border') ))
tabbedpages.py 63 background=self.cget('background'))
229 background = page_set.pages_frame.cget('background')
Debugger.py 143 self.errorbg = self.error.cget("background")
keybindingDialog.py 143 if self.buttonLevel.cget('text')[:8]=='Advanced':
configDialog.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.a     [all...]

Completed in 1097 milliseconds

1 2