dabo Commit
Revision 5505
Date: 2009-10-27 14:48:23 -0700 (Tue, 27 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5505

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

Log:
Oops, didn't mean to commit my changes to dSpinner yet. Not fully tested.

Diff:
Modified: trunk/dabo/ui/uiwx/dSpinner.py
===================================================================
--- trunk/dabo/ui/uiwx/dSpinner.py      2009-10-27 21:48:01 UTC (rev 5504)
+++ trunk/dabo/ui/uiwx/dSpinner.py      2009-10-27 21:48:23 UTC (rev 5505)
@@ -270,19 +270,6 @@
 
 
        # Property get/set definitions begin here
-       def _getButtonWidth(self):
-               return self._proxy_spinner.Width
-
-       def _setButtonWidth(self, val):
-               print "buttonWidth"
-               if self._constructed():
-                       print 1
-                       #raise NotImplementedError, "Can't set ButtonWidth 
after initProperties"
-                       self._proxy_spinner.Width = val
-               else:
-                       print 2
-                       self._properties["ButtonWidth"] = val
-
        def _getChildren(self):
                # The native wx control will return the items that make up this 
composite
                # control, which our user doesn't want.
@@ -352,9 +339,6 @@
 
 
 
-       ButtonWidth = property(_getButtonWidth, _setButtonWidth, None,
-                       _("""Allows the developer to explicitly specify the 
width of the up/down buttons."""))
-
        Children = property(_getChildren, None, None, 
                        _("""Returns a list of object references to the 
children of 
                        this object. Only applies to containers. Children will 
be None for 




_______________________________________________
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]

Reply via email to