Added a selection view tab, placed next to the "Log" tab. The tab currently

only displays the current selection.
This commit is contained in:
2006-08-07 14:14:42 +00:00
parent 57cb203316
commit b769288b3b
6 changed files with 140 additions and 11 deletions

View File

@@ -267,4 +267,4 @@ class Selection:
"""Handles selected identifiers along each dimension of a dataset"""
def __init__(self):
self.current_selection={}