Re: Checkbuttons in a Text widget

2006-02-17 Thread Lou G
For anyone who might be able to use this technique: I kept playing around and got it to work: for i in nameList: btnText = name[i] self.sv = [] cb = [] cb.append(Checkbutton(self.datalist, text=btnText, variable=self.sv[i], background='white', font=("Courier", 10))) sel

Checkbuttons in a Text widget

2006-02-17 Thread Lou G
e into the Text widget. I've tried text.insert and it doesn't seem to do the job. Help? Thanks, Lou G -- http://mail.python.org/mailman/listinfo/python-list