• Home
  • Raw
  • Download

Lines Matching refs:cnf

108     def tix_configure(self, cnf=None, **kw):  argument
121 cnf = _cnfmerge((cnf, kw))
122 elif cnf:
123 cnf = _cnfmerge(cnf)
124 if cnf is None:
126 if isinstance(cnf, str):
127 return self._getconfigure1('tix', 'configure', '-'+cnf)
128 return self.tk.call(('tix', 'configure') + self._options(cnf))
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
293 cnf = _cnfmerge((cnf, kw))
295 cnf = _cnfmerge(cnf)
307 for k,v in list(cnf.items()):
310 del cnf[k]
313 Widget._setup(self, master, cnf)
321 if cnf:
322 Widget.config(self, cnf)
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
401 for k, v in cnf.items():
476 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument
480 elif 'refwindow' in cnf:
481 master = cnf['refwindow']
486 *self._options(cnf,kw) )
491 def _options(self, cnf, kw): argument
492 if kw and cnf:
493 cnf = _cnfmerge((cnf, kw))
495 cnf = kw
497 for k, v in cnf.items():
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
918 if cnf is None:
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
947 if cnf is None:
951 self._w, 'indicator', 'configure', entry, *self._options(cnf, kw))
1007 def item_configure(self, entry, col, cnf={}, **kw): argument
1008 if cnf is None:
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
1027 if cnf is None:
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
1241 if cnf is None:
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
1792 self.cnf= cnf
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)
1880 args= self._options(self.cnf, kw)
1945 def __init__(self, master=None, cnf={}, **kw): argument
1947 self.cnf= cnf
1948 TixWidget.__init__(self, master, 'tixScrolledGrid', static, cnf, kw)