davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=e9c55b7f5e7bf32de77fbcdb53c35f6ab9bd8f01

commit e9c55b7f5e7bf32de77fbcdb53c35f6ab9bd8f01
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Mon Aug 24 22:50:08 2015 +0200

    Add missed doc for ObjectItem.tooltip_window_mode
---
 efl/elementary/object_item.pxi | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/efl/elementary/object_item.pxi b/efl/elementary/object_item.pxi
index a0bd9ed..4eec972 100644
--- a/efl/elementary/object_item.pxi
+++ b/efl/elementary/object_item.pxi
@@ -468,7 +468,14 @@ cdef class ObjectItem(object):
             <const char *>text if text is not None else NULL)
 
     property tooltip_window_mode:
-        # TODO: document this
+        """Disables the size restrictions on an object's tooltip.
+
+        If ``True`` allows the tooltip to expand beyond its parent window's
+        canvas. It is instead limited only by the size of the display.
+
+        :type: bool
+
+        """
         def __set__(self, disable):
             if not elm_object_item_tooltip_window_mode_set(self.item, disable):
                 raise RuntimeWarning("Could not set tooltip_window_mode.")

-- 


Reply via email to