D | tix.py | 121 return self.tk.call(('tix', 'configure') + self._options(cnf)) 229 self.tk.call('tixForm', self._w, *self._options(cnf, kw)) 484 *self._options(cnf,kw) ) 489 def _options(self, cnf, kw): member in DisplayStyle 507 self.stylename, 'configure', *self._options(cnf,kw)) 539 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw)) 555 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw)) 867 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw)) 873 self._w, 'addchild', parent, *self._options(cnf, kw)) 913 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw)) [all …]
|