Re: [Tutor] classes passing information

2010-04-21 Thread Alan Gauld
"Stefan Lesicnik" wrote Caveat: I know zilch about pyGtk. My question is maybe more generic with functions as opposed to classes, but i've been trying some pyGtk and I am unsure how i get values back from other classes. They should be returned by the methods. So you just assign the method r

[Tutor] classes passing information

2010-04-21 Thread Stefan Lesicnik
Hi Guys, I'm slowly starting to understand classes coming from basic non oo scripting. I guess the problem comes in that you think you understand, and then look at code and its totally different and confusing. My question is maybe more generic with functions as opposed to classes, but i've be