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

Lines Matching refs:eopts

228             eopts = opts['element create']
229 etype = eopts[0]
233 while argc < len(eopts) and not hasattr(eopts[argc], 'iteritems'):
236 elemargs = eopts[1:argc]
237 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}