Additional Find dialog boxes

svn: r853
This commit is contained in:
Don Allingham
2002-03-22 03:07:05 +00:00
parent b54db91d48
commit e62ea306c6
11 changed files with 280 additions and 49 deletions

View File

@@ -77,6 +77,11 @@ class SourceView:
self.source_list.set_sort_column(self.sort_map[self.sort_col])
self.set_arrow(self.sort_col)
def moveto(self,row):
self.source_list.unselect_all()
self.source_list.select_row(row,0)
self.source_list.moveto(row)
def set_arrow(self,column):
for a in self.sort_arrow: