Tkinter Problem with Radiobuttons

John Grayson johngrayson at home.com
Thu Jul 20 16:29:26 EDT 2000


In article <3974E55A.FED978BD at leland.stanford.edu>,
  Ryan Vartanian <vartan at leland.stanford.edu> wrote:


You must use IntVar's get method to obtain the value:

     result = self.selection.get()


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list