Lines Matching refs:kw
108 def tix_configure(self, cnf=None, **kw): argument
120 if kw:
121 cnf = _cnfmerge((cnf, kw))
235 def config(self, cnf={}, **kw): argument
236 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
290 static_options=None, cnf={}, kw={}): argument
292 if kw:
293 cnf = _cnfmerge((cnf, kw))
395 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
398 if kw and cnf: cnf = _cnfmerge((cnf, kw))
399 elif kw: cnf = kw
476 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument
478 if 'refwindow' in kw:
479 master = kw['refwindow']
486 *self._options(cnf,kw) )
491 def _options(self, cnf, kw): argument
492 if kw and cnf:
493 cnf = _cnfmerge((cnf, kw))
494 elif kw:
495 cnf = kw
507 def config(self, cnf={}, **kw): argument
509 self.stylename, 'configure', *self._options(cnf,kw))
528 def __init__(self, master=None, cnf={}, **kw): argument
532 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
538 def bind_widget(self, widget, cnf={}, **kw): argument
541 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw))
550 def __init__(self, master=None, cnf={}, **kw): argument
552 ['orientation', 'options'], cnf, kw)
554 def add(self, name, cnf={}, **kw): argument
557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
579 def __init__ (self, master=None, cnf={}, **kw): argument
582 cnf, kw)
623 def __init__ (self, master=None, cnf={}, **kw): argument
624 TixWidget.__init__(self, master, 'tixControl', ['options'], cnf, kw)
654 def __init__(self, master, cnf={}, **kw): argument
655 TixWidget.__init__(self, master, 'tixDirList', ['options'], cnf, kw)
676 def __init__(self, master, cnf={}, **kw): argument
677 TixWidget.__init__(self, master, 'tixDirTree', ['options'], cnf, kw)
699 def __init__(self, master, cnf={}, **kw): argument
700 TixWidget.__init__(self, master, 'tixDirSelectBox', ['options'], cnf, kw)
719 def __init__(self, master, cnf={}, **kw): argument
720 TixWidget.__init__(self, master, 'tixExFileSelectBox', ['options'], cnf, kw)
748 def __init__(self, master, cnf={}, **kw): argument
750 ['options'], cnf, kw)
771 def __init__(self, master, cnf={}, **kw): argument
773 ['options'], cnf, kw)
796 def __init__(self, master, cnf={}, **kw): argument
797 TixWidget.__init__(self, master, 'tixFileSelectBox', ['options'], cnf, kw)
819 def __init__(self, master, cnf={}, **kw): argument
821 ['options'], cnf, kw)
843 def __init__(self, master, cnf={}, **kw): argument
845 ['dialogtype', 'options'], cnf, kw)
864 def __init__ (self,master=None,cnf={}, **kw): argument
866 ['columns', 'options'], cnf, kw)
868 def add(self, entry, cnf={}, **kw): argument
869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
871 def add_child(self, parent=None, cnf={}, **kw): argument
875 self._w, 'addchild', parent, *self._options(cnf, kw))
914 def header_create(self, col, cnf={}, **kw): argument
915 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw))
917 def header_configure(self, col, cnf={}, **kw): argument
921 *self._options(cnf, kw))
942 def indicator_create(self, entry, cnf={}, **kw): argument
944 self._w, 'indicator', 'create', entry, *self._options(cnf, kw))
946 def indicator_configure(self, entry, cnf={}, **kw): argument
951 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
1007 def item_configure(self, entry, col, cnf={}, **kw): argument
1011 *self._options(cnf, kw))
1013 def item_create(self, entry, col, cnf={}, **kw): argument
1015 self._w, 'item', 'create', entry, col, *self._options(cnf, kw))
1026 def entryconfigure(self, entry, cnf={}, **kw): argument
1030 *self._options(cnf, kw))
1038 def selection_clear(self, cnf={}, **kw): argument
1039 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1055 def __init__ (self,master=None,cnf={}, **kw): argument
1056 TixWidget.__init__(self, master, 'tixInputOnly', None, cnf, kw)
1068 def __init__ (self,master=None,cnf={}, **kw): argument
1070 ['labelside','options'], cnf, kw)
1085 def __init__ (self,master=None,cnf={}, **kw): argument
1087 ['labelside','options'], cnf, kw)
1100 def __init__(self, master, cnf={}, **kw): argument
1101 TixWidget.__init__(self, master, 'tixListNoteBook', ['options'], cnf, kw)
1108 def add(self, name, cnf={}, **kw): argument
1109 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1132 def __init__(self, master=None, cnf={}, **kw): argument
1134 ['options'], cnf, kw)
1144 def __init__ (self,master=None,cnf={}, **kw): argument
1145 TixWidget.__init__(self,master,'tixNoteBook', ['options'], cnf, kw)
1149 def add(self, name, cnf={}, **kw): argument
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1188 def __init__(self, master, cnf={}, **kw): argument
1189 TixWidget.__init__(self, master, 'tixOptionMenu', ['options'], cnf, kw)
1193 def add_command(self, name, cnf={}, **kw): argument
1194 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1196 def add_separator(self, name, cnf={}, **kw): argument
1197 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1219 def __init__(self, master, cnf={}, **kw): argument
1220 TixWidget.__init__(self, master, 'tixPanedWindow', ['orientation', 'options'], cnf, kw)
1223 def add(self, name, cnf={}, **kw): argument
1224 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1240 def paneconfigure(self, entry, cnf={}, **kw): argument
1243 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1261 def __init__(self, master, cnf={}, **kw): argument
1262 TixWidget.__init__(self, master, 'tixPopupMenu', ['options'], cnf, kw)
1277 def __init__(self, master, cnf={}, **kw): argument
1285 flags, cnf, kw)
1303 def __init__(self, master, cnf={}, **kw): argument
1305 cnf, kw)
1314 def __init__(self, master, cnf={}, **kw): argument
1315 TixWidget.__init__(self, master, 'tixScrolledListBox', ['options'], cnf, kw)
1324 def __init__(self, master, cnf={}, **kw): argument
1325 TixWidget.__init__(self, master, 'tixScrolledText', ['options'], cnf, kw)
1334 def __init__(self, master, cnf={}, **kw): argument
1336 cnf, kw)
1345 def __init__(self, master, cnf={}, **kw): argument
1346 TixWidget.__init__(self, master, 'tixScrolledWindow', ['options'], cnf, kw)
1358 def __init__(self, master, cnf={}, **kw): argument
1362 cnf, kw)
1365 def add(self, name, cnf={}, **kw): argument
1366 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1378 def __init__ (self,master=None,cnf={}, **kw): argument
1379 TixWidget.__init__(self, master, 'tixShell', ['options', 'title'], cnf, kw)
1390 def __init__ (self,master=None,cnf={}, **kw): argument
1395 'parent', 'transient'], cnf, kw)
1409 def __init__(self, master=None, cnf={}, **kw): argument
1411 ['orientation', 'options'], cnf, kw)
1431 def __init__ (self,master=None,cnf={}, **kw): argument
1432 TixWidget.__init__(self, master, 'tixTList', ['options'], cnf, kw)
1461 def insert(self, index, cnf={}, **kw): argument
1462 self.tk.call(self._w, 'insert', index, *self._options(cnf, kw))
1495 def selection_clear(self, cnf={}, **kw): argument
1496 self.tk.call(self._w, 'selection', 'clear', *self._options(cnf, kw))
1510 def __init__(self, master=None, cnf={}, **kw): argument
1512 ['options'], cnf, kw)
1557 def __init__(self, master=None, cnf={}, **kw): argument
1559 ['options', 'radio'], cnf, kw)
1790 def __init__(self, master=None, cnf={}, **kw): argument
1793 TixWidget.__init__(self, master, 'tixGrid', static, cnf, kw)
1843 def entryconfigure(self, x, y, cnf=None, **kw): argument
1844 return self._configure(('entryconfigure', x, y), cnf, kw)
1879 def set(self, x, y, itemtype=None, **kw): argument
1880 args= self._options(self.cnf, kw)
1885 def size_column(self, index, **kw): argument
1909 *self._options({}, kw)))
1911 def size_row(self, index, **kw): argument
1934 self, 'size', 'row', index, *self._options({}, kw)))
1945 def __init__(self, master=None, cnf={}, **kw): argument
1948 TixWidget.__init__(self, master, 'tixScrolledGrid', static, cnf, kw)