dabo Commit
Revision 2227
Date: 2006-06-20 06:38:16 -0700 (Tue, 20 Jun 2006)
Author: ed

Changed:
U   trunk/dabo/ui/uiwx/dPemMixin.py

Log:
Sorry, committed an old copy last time. This one has the Transparent property 
defined.


Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2006-06-20 12:53:19 UTC (rev 2226)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2006-06-20 13:38:16 UTC (rev 2227)
@@ -2390,6 +2390,13 @@
                self._text = val
 
 
+       def _getTransparent(self):
+               return self._transparent
+
+       def _setTransparent(self, val):
+               self._transparent = val
+
+
        def _getVisible(self):
                return self._visible
                
@@ -2483,6 +2490,9 @@
        Text = property(_getText, _setText, None,
                        _("Text to be drawn  (str)"))
        
+       Transparent = property(_getTransparent, _setTransparent, None,
+                       _("Should the bitmap be drawn transparently?  (bool)"))
+       
        Visible = property(_getVisible, _setVisible, None,
                        _("Controls whether the shape is drawn.  (bool)"))
 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to