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

Lines Matching refs:ltuple

277 def _list_from_layouttuple(ltuple):
283 while indx < len(ltuple):
284 name = ltuple[indx]
289 while indx < len(ltuple): # grab name's options
290 opt, val = ltuple[indx:indx + 2]