/[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.9 by jcater, Thu Jul 10 22:56:21 2003 UTC revision 1.10 by jcater, Tue Jul 15 22:30:01 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)
82      tree.SetPyData(root, self)  ##    tree.SetPyData(root, self)
83      for connection in self.connectionNames:      for connection in self.connectionNames:
84         ConnectionNode(self, tree, root, connection=connection)         ConnectionNode(self, tree, root, connection=connection)
85      tree.Expand(root)      tree.Expand(root)

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

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