Changeset 3850

Show
Ignore:
Timestamp:
01/09/08 05:42:17 (11 months ago)
Author:
ed
Message:

Exposed the Keys property for editing in the list-based controls.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesignerControlMixin.py

    r3826 r3850  
    660660        choiceProps = {"Choices": {"type" : "choice", "readonly" : False,  
    661661                "customEditor": "editChoice"}, 
     662                "Keys": {"type" : "choice", "readonly" : False,  
     663                    "customEditor": "editKeys"}, 
    662664                "ValueMode": {"type" : list, "readonly" : False, 
    663665                    "values" : ["String", "Position", "Key"]}} 
     
    781783                "Split" : {"type" : bool, "readonly" : False}} 
    782784        spinnerProps = { 
    783 #             "Increment": {"type": float, "readonly": False}, 
     785              "Increment": {"type": float, "readonly": False}, 
    784786                "Max": {"type" : int, "readonly" : False}, 
    785787                "Min": {"type" : int, "readonly" : False},