dabo Commit
Revision 4142
Date: 2008-06-17 05:43:51 -0700 (Tue, 17 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4142
Changed:
U trunk/ide/ClassDesignerControlMixin.py
U trunk/ide/ClassDesignerFormMixin.py
Log:
Added the Transparency property to the prop sheet.
Diff:
Modified: trunk/ide/ClassDesignerControlMixin.py
===================================================================
--- trunk/ide/ClassDesignerControlMixin.py 2008-06-17 12:26:03 UTC (rev
4141)
+++ trunk/ide/ClassDesignerControlMixin.py 2008-06-17 12:43:51 UTC (rev
4142)
@@ -655,7 +655,8 @@
"Name" : {"type" : unicode, "readonly" : False},
"RegID" : {"type" : unicode, "readonly" :
False},
"Tag" : {"type" : "multi", "readonly" : False},
- "ToolTipText" : {"type" : unicode, "readonly" :
False}}
+ "ToolTipText" : {"type" : unicode, "readonly" :
False},
+ "Transparency" : {"type" : int, "readonly" :
False}}
captionProps = {"Caption": {"type" : unicode, "readonly" :
False}}
choiceProps = {"Choices": {"type" : "choice", "readonly" :
False,
"customEditor": "editChoice"},
Modified: trunk/ide/ClassDesignerFormMixin.py
===================================================================
--- trunk/ide/ClassDesignerFormMixin.py 2008-06-17 12:26:03 UTC (rev 4141)
+++ trunk/ide/ClassDesignerFormMixin.py 2008-06-17 12:43:51 UTC (rev 4142)
@@ -1460,6 +1460,7 @@
"customEditor": "editCxnFile"},
"CxnName": {"type" : unicode, "readonly" :
False},
"Tag" : {"type" : "multi", "readonly" : False},
+ "Transparency" : {"type" : int, "readonly" :
False},
"SaveRestorePosition": {"type" : bool,
"readonly" : False}}
if isinstance(self, dlgs.Wizard):
ret["Picture"] = {"type" : "path", "readonly" : False,
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]