Lines Matching defs:close
1521 set to open; otherwise its mode is set to close.'''
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)
1539 must be one of open, close or none. If mode is set to open, a (+)
1540 indicator is drawn next the entry. If mode is set to close, a (-)
1544 opened by the user. The close mode indicates that all the children of the
1568 set to open; otherwise its mode is set to close.'''
1571 def close(self, entrypath):
1572 '''Close the entry given by entryPath if its mode is close.'''
1573 self.tk.call(self._w, 'close', entrypath)