Changeset 3726
- Timestamp:
- 11/20/07 10:00:00 (1 year ago)
- Files:
-
- trunk/ide/ClassDesignerControlMixin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesignerControlMixin.py
r3515 r3726 780 780 "ShowPanelSplitMenu" : {"type" : bool, "readonly" : False}, 781 781 "Split" : {"type" : bool, "readonly" : False}} 782 spinnerProps = {"Max": {"type" : int, "readonly" : False}, 783 "Min": {"type" : int, "readonly" : False}, 784 "SpinnerWrap": {"type" : bool, "readonly" : False}]} 782 785 textProps = {"Alignment": {"type": list, "readonly": False, 783 786 "values": ["Left", "Center", "Right"]}, … … 939 942 ret.update(fontProps) 940 943 elif isinstance(self, dabo.ui.dSpinner): 944 ret.update(spinnerProps) 941 945 ret.update(colorProps) 942 946 ret.update(fontProps)
