Lines Matching refs:entrycget
2720 c = str(self.entrycget(i, 'command'))2724 def entrycget(self, index, option):2726 return self.tk.call(self._w, 'entrycget', index, '-' + option)