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

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

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

revision 1.49 by jcater, Tue Jul 15 21:37:59 2003 UTC revision 1.50 by jcater, Tue Jul 15 21:39:23 2003 UTC
# Line 242  class InspectorPanel(wxScrolledWindow): Line 242  class InspectorPanel(wxScrolledWindow):
242    
243          # Set the initial value of the cells to the current property values          # Set the initial value of the cells to the current property values
244          if hasattr(object, xkey):          if hasattr(object, xkey):
           print object, xkey, object.__dict__[xkey]  
           print field  
245            field.SetValue(object.__dict__[xkey])            field.SetValue(object.__dict__[xkey])
246    
247          self.fields.append(field)          self.fields.append(field)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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