Lines Matching defs:configure
1671 """Call Tcl configure command and return the result as a dict."""
1695 def configure(self, cnf=None, **kw):
1702 return self._configure('configure', cnf, kw)
1704 config = configure
1713 self.configure({key: value})
1719 splitlist(self.tk.call(self._w, 'configure'))]
2453 ('pack', 'configure', self._w)
2456 pack = configure = config = pack_configure
2505 ('place', 'configure', self._w)
2508 place = configure = config = place_configure
2550 ('grid', 'configure', self._w)
2553 grid = configure = config = grid_configure
2631 k.configure(self, v)
3789 return self._configure(('image', 'configure', index), cnf, kw)
3924 return self._configure(('tag', 'configure', tagName), cnf, kw)
3982 return self._configure(('window', 'configure', index), cnf, kw)
4088 self.tk.call(self.name, 'configure', '-'+key, value)
4091 return self.tk.call(self.name, 'configure', '-'+key)
4093 def configure(self, **kw):
4104 config = configure
4628 command=lambda root=root: root.test.configure(