kuuko pushed a commit to branch master.

commit b9b13d0495cfbdc7a0853fc3ac0bade33a4badb6
Author: Kai Huuhko <[email protected]>
Date:   Tue Apr 16 09:04:46 2013 +0000

    Elementary: Comment out the unimplemented Progressbar format function 
property.
---
 efl/elementary/progressbar.pyx | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/efl/elementary/progressbar.pyx b/efl/elementary/progressbar.pyx
index 7a5ff79..3e0f912 100644
--- a/efl/elementary/progressbar.pyx
+++ b/efl/elementary/progressbar.pyx
@@ -201,16 +201,16 @@ cdef class Progressbar(LayoutClass):
     cpdef unit_format_get(self):
         return _ctouni(elm_progressbar_unit_format_get(self.obj))
 
-    property unit_format_function:
-        """Set the callback function to format the unit string.
+    # property unit_format_function:
+    #     """Set the callback function to format the unit string.
 
-        @see: L{unit_format} for more info on how this works.
+    #     @see: L{unit_format} for more info on how this works.
 
-        @type: function
+    #     @type: function
 
-        """
-        def __set__(self, func not None):
-            pass
+    #     """
+    #     def __set__(self, func not None):
+    #         pass
             #if not callable(func):
                 #raise TypeError("func is not callable")
             #TODO: char * func(double value)

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to