Lines Matching defs:_options

128         return self.tk.call(('tix', 'configure') + self._options(cnf))
236 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
486 *self._options(cnf,kw) )
491 def _options(self, cnf, kw):
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))
921 *self._options(cnf, kw))
944 self._w, 'indicator', 'create', entry, *self._options(cnf, kw))
951 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
1011 *self._options(cnf, kw))
1015 self._w, 'item', 'create', entry, col, *self._options(cnf, kw))
1030 *self._options(cnf, kw))
1039 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1109 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1194 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1197 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1224 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1243 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1366 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1462 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1496 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1880 args= self._options(self.cnf, kw)
1909 *self._options({}, kw)))
1934 self, 'size', 'row', index, *self._options({}, kw)))