D | Tix.py | 125 return self.tk.call(('tix', 'configure') + self._options(cnf)) 233 self.tk.call('tixForm', self._w, *self._options(cnf, kw)) 486 *self._options(cnf,kw) ) 491 def _options(self, cnf, kw): member in DisplayStyle 509 self.stylename, 'configure', *self._options(cnf,kw)) 541 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw)) 557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw)) 869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw)) 875 self._w, 'addchild', parent, *self._options(cnf, kw)) 915 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw)) [all …]
|