• Home
  • Raw
  • Download

Lines Matching refs:_options

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))
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))
1195 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1198 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1225 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1244 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1367 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1463 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1497 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1882 args= self._options(self.cnf, kw)
1911 *self._options({}, kw)))
1936 self, 'size', 'row', index, *self._options({}, kw)))