Lines Matching full:cget
1264 def cget(self, key):
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):
3312 return self.tk.call(self.name, 'cget', '-' + option)
3315 return self.tk.call(self.name, 'cget', '-' + key)