Lines Matching refs:open
1521 set to open; otherwise its mode is set to close.'''
1532 def open(self, entrypath):
1533 '''Open the entry given by entryPath if its mode is open.'''
1534 self.tk.call(self._w, 'open', entrypath)
1539 must be one of open, close or none. If mode is set to open, a (+)
1543 open mode indicates the entry has hidden children and this entry can be
1568 set to open; otherwise its mode is set to close.'''
1579 def open(self, entrypath):
1580 '''Open the entry given by entryPath if its mode is open.'''
1581 self.tk.call(self._w, 'open', entrypath)