[pygtk] wrong signal reference and implement

2004-03-26 Thread Meng Liang
Hi, I just read the reference and found that there's something wrong with the 'destroy-event' signal. Actually in gtk2's reference, it is 'destroy-event'. So in the pygtk reference. But I found that it is implemented as 'destroy' in pygtk. I am using python2.3-gtk2 in Debian sid. Sincerely yo

Re: [pygtk] problems with TreeView...

2003-09-28 Thread Meng Liang
Hi, Thomi Richards, You should change The "text" property of such columns as "First Name", "Last Name" to corresponding column in ListStore you have made. Such as: column = gtk.TreeViewColumn("First Name", renderer, text=2) (supposing your second column in ListStore is the data for "Frist Name"