Lines Matching refs:_tclCommands
230 _tclCommands = None variable in Variable
261 if self._tclCommands is not None:
262 for name in self._tclCommands:
265 self._tclCommands = None
295 if self._tclCommands is None:
296 self._tclCommands = []
297 self._tclCommands.append(cbname)
315 self._tclCommands.remove(cbname)
439 _tclCommands = None variable in Misc
445 if self._tclCommands is not None:
446 for name in self._tclCommands:
449 self._tclCommands = None
457 self._tclCommands.remove(name)
1227 if self._tclCommands is None:
1228 self._tclCommands = []
1229 self._tclCommands.append(name)
1857 if self._tclCommands is None:
1858 self._tclCommands = []
1861 self._tclCommands.append('tkerror')
1862 self._tclCommands.append('exit')
2093 if self._tclCommands is None:
2094 self._tclCommands = []