Changeset 4142
- Timestamp:
- 06/17/08 05:43:51 (5 months ago)
- Files:
-
- trunk/ide/ClassDesignerControlMixin.py (modified) (1 diff)
- trunk/ide/ClassDesignerFormMixin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesignerControlMixin.py
r4126 r4142 656 656 "RegID" : {"type" : unicode, "readonly" : False}, 657 657 "Tag" : {"type" : "multi", "readonly" : False}, 658 "ToolTipText" : {"type" : unicode, "readonly" : False}} 658 "ToolTipText" : {"type" : unicode, "readonly" : False}, 659 "Transparency" : {"type" : int, "readonly" : False}} 659 660 captionProps = {"Caption": {"type" : unicode, "readonly" : False}} 660 661 choiceProps = {"Choices": {"type" : "choice", "readonly" : False, trunk/ide/ClassDesignerFormMixin.py
r4122 r4142 1461 1461 "CxnName": {"type" : unicode, "readonly" : False}, 1462 1462 "Tag" : {"type" : "multi", "readonly" : False}, 1463 "Transparency" : {"type" : int, "readonly" : False}, 1463 1464 "SaveRestorePosition": {"type" : bool, "readonly" : False}} 1464 1465 if isinstance(self, dlgs.Wizard):
