Re: [pygtk] Selecting a treeView row

2006-12-15 Thread Paul Pogonyshev
Brian wrote: > On Fri, 2006-15-12 at 14:52 +, Peter Morgan wrote: > > Am going round the houses with this problem (and a pygtk newbie) > > > > I've got the function below load_data() and wish to keep the current col > > sort (which works) and the selected row. The number of rows does not chan

Re: [pygtk] Selecting a treeView row

2006-12-15 Thread Brian
On Fri, 2006-15-12 at 14:52 +, Peter Morgan wrote: > Am going round the houses with this problem (and a pygtk newbie) > > I've got the function below load_data() and wish to keep the current col > sort (which works) and the selected row. The number of rows does not change > > When I enter th

[pygtk] Selecting a treeView row

2006-12-15 Thread Peter Morgan
Am going round the houses with this problem (and a pygtk newbie) I've got the function below load_data() and wish to keep the current col sort (which works) and the selected row. The number of rows does not change When I enter the load_data function the iter is there from the first line. Howe