hi, i hv a var of type IntVar, ca i get the name of this variable
eg:-
class someclass:
def somefun(...):
self.var=IntVar()
....
def someotherfun(...):
in this fun can i get the name of var.
as in, can i get name var as a string 'var'
Thanx
--
http://mail.python.org/mailman/listinfo/python-list
