Re: [Tutor] [pygtk] ListStore question

2006-10-27 Thread shawn bright
this is cool, ill give it a shotskOn 10/27/06, euoar <[EMAIL PROTECTED]> wrote: euoar escribió:> mc collilieux escribió:>> euoar wrote:>> I'm learning the use of liststores and treeviews. I have wrotten this litle class as exercice: # name is the name of the new column to add, valu

Re: [Tutor] [pygtk] ListStore question

2006-10-27 Thread euoar
euoar escribió: > mc collilieux escribió: >> euoar wrote: >> I'm learning the use of liststores and treeviews. I have wrotten this litle class as exercice: >> >> # name is the name of the new column to add, values is a tuple with the values to add def add_result (self, name, va