Lines Matching refs:_options

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))
919 *self._options(cnf, kw))
942 self._w, 'indicator', 'create', entry, *self._options(cnf, kw))
949 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
1009 *self._options(cnf, kw))
1013 self._w, 'item', 'create', entry, col, *self._options(cnf, kw))
1028 *self._options(cnf, kw))
1037 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1107 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1148 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1192 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1195 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1222 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1241 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1364 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1460 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1494 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1878 args= self._options(self.cnf, kw)
1907 *self._options({}, kw)))
1932 self, 'size', 'row', index, *self._options({}, kw)))