Changeset 262
- Timestamp:
- 05/11/04 12:49:07 (4 years ago)
- Files:
-
- tags/dabo-0.1/ui/uiwx/classes/dForm.py (modified) (1 diff)
- trunk/ui/uiwx/classes/dForm.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/dabo-0.1/ui/uiwx/classes/dForm.py
r251 r262 115 115 116 116 self.dControls[control.GetName()] = control 117 if self.debug:118 print "added control %s which has the following properties:" % control.GetName()119 for prop in control.getPropertyList():120 print " %s: %s" % (prop, eval("control.%s" % prop))121 117 122 118 # Set up the control to receive the notification trunk/ui/uiwx/classes/dForm.py
r251 r262 115 115 116 116 self.dControls[control.GetName()] = control 117 if self.debug:118 print "added control %s which has the following properties:" % control.GetName()119 for prop in control.getPropertyList():120 print " %s: %s" % (prop, eval("control.%s" % prop))121 117 122 118 # Set up the control to receive the notification
