Re: can this b done
thanx for the help Gary Herron wrote: > JyotiC wrote: > > 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(...): > >i
Re: can this b done
JyotiC wrote: > 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