Home | History | Annotate | Download | only in tix

Lines Matching refs:sel1

380     sel1 = Tix.Select(w, label='Mere Mortals', allowzero=1, radio=1,
389 sel1.add('eat', text='Eat')
390 sel1.add('work', text='Work')
391 sel1.add('play', text='Play')
392 sel1.add('party', text='Party')
393 sel1.add('sleep', text='Sleep')
401 sel1.pack(side=Tix.LEFT, padx=5, pady=3, fill=Tix.X)