Changeset 4142

Show
Ignore:
Timestamp:
06/17/08 05:43:51 (5 months ago)
Author:
ed
Message:

Added the Transparency property to the prop sheet.

Files:

Legend:

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

    r4126 r4142  
    656656                "RegID" : {"type" : unicode, "readonly" : False}, 
    657657                "Tag" : {"type" : "multi", "readonly" : False}, 
    658                 "ToolTipText" : {"type" : unicode, "readonly" : False}} 
     658                "ToolTipText" : {"type" : unicode, "readonly" : False}, 
     659                "Transparency" : {"type" : int, "readonly" : False}} 
    659660        captionProps = {"Caption": {"type" : unicode, "readonly" : False}} 
    660661        choiceProps = {"Choices": {"type" : "choice", "readonly" : False,  
  • trunk/ide/ClassDesignerFormMixin.py

    r4122 r4142  
    14611461                "CxnName": {"type" : unicode, "readonly" : False}, 
    14621462                "Tag" : {"type" : "multi", "readonly" : False}, 
     1463                "Transparency" : {"type" : int, "readonly" : False}, 
    14631464                "SaveRestorePosition": {"type" : bool, "readonly" : False}} 
    14641465        if isinstance(self, dlgs.Wizard):