tasn pushed a commit to branch master.

commit b4f09016c3736d38c05c7f5dcd4ac2239f21aad3
Author: Simon Busch <[email protected]>
Date:   Sun Mar 15 11:34:42 2009 +0000

    Add missing function for hover widget
    
    SVN revision: 39491
---
 elementary/elementary.c_elementary_hover.pxi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elementary/elementary.c_elementary_hover.pxi 
b/elementary/elementary.c_elementary_hover.pxi
index e8c6a34..f8291db 100644
--- a/elementary/elementary.c_elementary_hover.pxi
+++ b/elementary/elementary.c_elementary_hover.pxi
@@ -35,4 +35,9 @@ cdef class Hover(Object):
         
     def style_set(self, style):
         elm_hover_style_set(self.obj, style)
+    
+    def best_content_location_get(self, axis):
+        cdef char* str
+        str = elm_hover_best_content_location_get(self.obj, axis)
+        return str
 

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to