Re: [pygtk] Trouble with TreeViews

2007-11-12 Thread Caleb Marcus
Yeah, I just figured that out :) On Mon, 2007-11-12 at 08:11 +0100, Yann Leboulanger wrote: Caleb Marcus a écrit : I've read those, but I can't quite understand how to get it to work. I've attached a glade XML file and a Python file that I'm using to test the ability to manipulate

[pygtk] Trouble with TreeViews

2007-11-11 Thread Caleb Marcus
I'm pretty new to Python, and days-new to GTK, and the TreeView widget is confusing the hell out of me... is there a good guide to using it? signature.asc Description: This is a digitally signed message part ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] Trouble with TreeViews

2007-11-11 Thread Gian Mario Tagliaretti
2007/11/11, Caleb Marcus [EMAIL PROTECTED]: I'm pretty new to Python, and days-new to GTK, and the TreeView widget is confusing the hell out of me... is there a good guide to using it? the pygtk tutorial has got a section dedicated to the treeview widget:

Re: [pygtk] Trouble with TreeViews

2007-11-11 Thread Caleb Marcus
I've read those, but I can't quite understand how to get it to work. I've attached a glade XML file and a Python file that I'm using to test the ability to manipulate TreeViews in Python. I'm just trying to get Column1text into the first column, and the number 2 into the second column, but it's

Re: [pygtk] Trouble with TreeViews

2007-11-11 Thread Caleb Marcus
Aha, I figured out what I did wrong. On Sun, 2007-11-11 at 17:02 -0500, Caleb Marcus wrote: I've read those, but I can't quite understand how to get it to work. I've attached a glade XML file and a Python file that I'm using to test the ability to manipulate TreeViews in Python. I'm just

Re: [pygtk] Trouble with TreeViews

2007-11-11 Thread Yann Leboulanger
Caleb Marcus a écrit : I've read those, but I can't quite understand how to get it to work. I've attached a glade XML file and a Python file that I'm using to test the ability to manipulate TreeViews in Python. I'm just trying to get Column1text into the first column, and the number 2 into the