Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:_format_optdict

59 def _format_optdict(optdict, script=False, ignore=None):
139 opts = _format_optdict(kw, script)
187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
213 s = ' '.join(_format_optdict(opts['configure'], True))
312 options = _format_optdict(options)
839 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1330 opts = _format_optdict(kw)