/[gnue]/gnue-designer/src/base/tools/SchemaNavigator.py
ViewVC logotype

Diff of /gnue-designer/src/base/tools/SchemaNavigator.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jcater, Tue Jul 15 22:30:01 2003 UTC revision 1.11 by jcater, Tue Jul 15 22:36:02 2003 UTC
# Line 79  class SchemaNavigator(ToolBase): Line 79  class SchemaNavigator(ToolBase):
79      self.tree = tree = TreeCtrl(self, self)      self.tree = tree = TreeCtrl(self, self)
80      root = tree.AddRoot('Schema')      root = tree.AddRoot('Schema')
81      tree.SetItemHasChildren(root, 1)      tree.SetItemHasChildren(root, 1)
 ##    tree.SetPyData(root, self)  
82      for connection in self.connectionNames:      for connection in self.connectionNames:
83         ConnectionNode(self, tree, root, connection=connection)         ConnectionNode(self, tree, root, connection=connection)
84      tree.Expand(root)  ##    tree.Expand(root)
85    
86    
87  #    scroller.EnableScrolling(False, False)  #    scroller.EnableScrolling(False, False)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26