Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:entrycget

1036     def entrycget(self, entry, opt):
1037 return self.tk.call(self._w, 'entrycget', entry, opt)
1815 # anchor, bdtype, cget, configure, delete, dragsite, dropsite, entrycget,
1856 def entrycget(self, x, y, option):
1860 return self.tk.call(self, 'entrycget', x, y, option)