Close the entry given by entryPath if its mode is close.
(self, entrypath)
| 1522 | self.tk.call(self._w, 'autosetmode') |
| 1523 | |
| 1524 | def close(self, entrypath): |
| 1525 | '''Close the entry given by entryPath if its mode is close.''' |
| 1526 | self.tk.call(self._w, 'close', entrypath) |
| 1527 | |
| 1528 | def getmode(self, entrypath): |
| 1529 | '''Returns the current mode of the entry given by entryPath.''' |