Lines Matching refs:configure
212 if opts.get('configure'): # format 'configure'
213 s = ' '.join(_format_optdict(opts['configure'], True))
214 script.append("ttk::style configure %s %s;" % (name, s))
380 def configure(self, style, query_opt=None, **kw):
388 return _val_or_dict(kw, self.tk.call, self._name, "configure", style)
501 keys 'configure', 'map', 'layout' and 'element create' and they
503 configure, map, layout and element_create respectively."""
1077 def configure(self, cnf=None, **kw):
1084 Widget.configure(self, **kw)
1261 To configure the tree column heading, call this with column = "#0" """
1444 return _val_or_dict(kw, self.tk.call, self._w, "tag", "configure",
1497 self.bind('<Configure>', self._adjust)