Lines Matching defs:configure
191 if opts.get('configure'): # format 'configure'
192 s = ' '.join(_format_optdict(opts['configure'], True))
193 script.append("ttk::style configure %s %s;" % (name, s))
350 def configure(self, style, query_opt=None, **kw):
358 result = _val_or_dict(self.tk, kw, self._name, "configure", style)
476 keys 'configure', 'map', 'layout' and 'element create' and they
478 configure, map, layout and element_create respectively."""
1052 def configure(self, cnf=None, **kw):
1057 retval = Widget.configure(self, cnf, **kw)
1265 To configure the tree column heading, call this with column = "#0" """
1458 return _val_or_dict(self.tk, kw, self._w, "tag", "configure",