Lines Matching refs:entrypath
1522 def close(self, entrypath): argument
1524 self.tk.call(self._w, 'close', entrypath)
1526 def getmode(self, entrypath): argument
1528 return self.tk.call(self._w, 'getmode', entrypath)
1530 def open(self, entrypath): argument
1532 self.tk.call(self._w, 'open', entrypath)
1534 def setmode(self, entrypath, mode='none'): argument
1544 self.tk.call(self._w, 'setmode', entrypath, mode)
1569 def close(self, entrypath): argument
1571 self.tk.call(self._w, 'close', entrypath)
1573 def getmode(self, entrypath): argument
1575 return self.tk.call(self._w, 'getmode', entrypath)
1577 def open(self, entrypath): argument
1579 self.tk.call(self._w, 'open', entrypath)
1587 def getstatus(self, entrypath): argument
1589 return self.tk.call(self._w, 'getstatus', entrypath)
1591 def setstatus(self, entrypath, mode='on'): argument
1594 self.tk.call(self._w, 'setstatus', entrypath, mode)