Changeset 3850
- Timestamp:
- 01/09/08 05:42:17 (11 months ago)
- Files:
-
- trunk/ide/ClassDesignerControlMixin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesignerControlMixin.py
r3826 r3850 660 660 choiceProps = {"Choices": {"type" : "choice", "readonly" : False, 661 661 "customEditor": "editChoice"}, 662 "Keys": {"type" : "choice", "readonly" : False, 663 "customEditor": "editKeys"}, 662 664 "ValueMode": {"type" : list, "readonly" : False, 663 665 "values" : ["String", "Position", "Key"]}} … … 781 783 "Split" : {"type" : bool, "readonly" : False}} 782 784 spinnerProps = { 783 #"Increment": {"type": float, "readonly": False},785 "Increment": {"type": float, "readonly": False}, 784 786 "Max": {"type" : int, "readonly" : False}, 785 787 "Min": {"type" : int, "readonly" : False},
