* fluent, *.py: Data and plots returned from functions will now show up in

the navigator window.
This commit is contained in:
2006-04-20 14:29:13 +00:00
parent 78ecadb3ab
commit c09f2ceb92
6 changed files with 52 additions and 35 deletions

View File

@@ -73,7 +73,6 @@ class SmallView (gtk.Table):
def set_child(self, child, col, row):
cur_widget = self.child_views[col][row]
cur_widget.disconnect(cur_widget.parent_signalling)
print cur_widget
self.remove(cur_widget)
self.attach(child, col, col+1, row, row+1)
child.parent_signalling = child.connect('button_press_event', self.__view_button_event__)