Lines Matching full:cget
1333 def cget(self, key):
1335 return self.tk.call(self._w, 'cget', '-' + key)
1336 __getitem__ = cget
3092 return self.tk.call(self._w, "image", "cget", index, option)
3187 return self.tk.call(self._w, 'tag', 'cget', tagName, option)
3234 return self.tk.call(self._w, 'window', 'cget', index, option)
3376 def cget(self, option):
3378 return self.tk.call(self.name, 'cget', '-' + option)
3381 return self.tk.call(self.name, 'cget', '-' + key)